repo.or.cz
/
freeciv.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initialize kind before use in check.
[freeciv.git]
/
data
/
trident
/
Makefile.am
blob
2ab21c3a59f6bb951be52a23347df403fde154a3
1
## Process this file with automake to produce Makefile.in
2
3
## Override automake so that "make install" puts these in proper place:
4
pkgdatadir = $(datadir)/$(PACKAGE)/trident
5
6
pkgdata_DATA = \
7
auto_ll.spec \
8
cities.png \
9
cities.spec \
10
earth.png \
11
earth.spec \
12
explosions.png \
13
explosions.spec \
14
fog.png \
15
fog.spec \
16
grid.png \
17
grid.spec \
18
roads.png \
19
roads.spec \
20
select.png \
21
select.spec \
22
tiles.png \
23
tiles.spec \
24
units.png \
25
units.spec
26
27
EXTRA_DIST = $(pkgdata_DATA)