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
Make enum type conversion explicit.
[freeciv.git]
/
data
/
isotrident
/
Makefile.am
blob
2bc60dbe658328fcba79c496de1ed9dfdae4c68f
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)/isotrident
5
6
pkgdata_DATA = \
7
cities.png \
8
cities.spec \
9
fog.png \
10
fog.spec \
11
grid.png \
12
grid.spec \
13
morecities.png \
14
morecities.spec \
15
nuke.spec \
16
nuke.png \
17
select.png \
18
select.spec \
19
terrain1.png \
20
terrain1.spec \
21
terrain2.png \
22
terrain2.spec \
23
tiles.png \
24
tiles.spec \
25
unitcost.png \
26
unitcost.spec \
27
unitextras.png \
28
unitextras.spec
29
30
EXTRA_DIST = $(pkgdata_DATA)