~ubuntu-branches/debian/sid/freeciv/sid

« back to all changes in this revision

Viewing changes to data/amplio2/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Clint Adams, Karl Goetz, Clint Adams
  • Date: 2011-08-28 22:40:00 UTC
  • mfrom: (1.2.19 upstream)
  • Revision ID: package-import@ubuntu.com-20110828224000-j2r1erewlem25dox
Tags: 2.3.0-1
[ Karl Goetz ]
* New upstream version.
* Fix themes_sdl_use_system_fonts.diff to apply cleanly on 2.3.0
* Massage work_around_unity_induced_breakage.diff to get it
  applying to the new codebase (The patch assumes commits made
  after 2.3.0 was tagged upstream).

[ Clint Adams ]
* Fudge build system to think there is no libtool mismatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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)/amplio2
 
5
 
 
6
pkgdata_DATA =                  \
 
7
        ancientcities.png       \
 
8
        ancientcities.spec      \
 
9
        explosions.png          \
 
10
        explosions.spec         \
 
11
        fog.png                 \
 
12
        fog.spec                \
 
13
        grid.png                \
 
14
        grid.spec               \
 
15
        hills.png               \
 
16
        hills.spec              \
 
17
        medievalcities.png      \
 
18
        medievalcities.spec     \
 
19
        moderncities.png        \
 
20
        moderncities.spec       \
 
21
        mountains.png           \
 
22
        mountains.spec          \
 
23
        nuke.png                \
 
24
        nuke.spec               \
 
25
        ocean.png               \
 
26
        ocean.spec              \
 
27
        select-alpha.png        \
 
28
        select.png              \
 
29
        select.spec             \
 
30
        terrain1.png            \
 
31
        terrain1.spec           \
 
32
        terrain2.png            \
 
33
        terrain2.spec           \
 
34
        tiles.png               \
 
35
        tiles.spec              \
 
36
        units.png               \
 
37
        units.spec              \
 
38
        water.png               \
 
39
        water.spec
 
40
 
 
41
EXTRA_DIST = $(pkgdata_DATA)