~ubuntu-branches/ubuntu/karmic/ggz-kde-games/karmic

« back to all changes in this revision

Viewing changes to fyrdman/data/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Peter Eisentraut, Josef Spillner, Peter Eisentraut
  • Date: 2006-09-13 19:21:33 UTC
  • mfrom: (2.1.2 edgy)
  • Revision ID: james.westby@ubuntu.com-20060913192133-d193ngi763qa1noa
Tags: 0.0.13-3
[ Josef Spillner ]
* Move ggzcore-bin dependency from ggzmod to games.

[ Peter Eisentraut ]
* Fixed package dependencies for binNMU compatibility (closes: #386082)
* Fixed build dependencies after dependency reshuffle in ggz-client-libs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
pixmapdir = $(ggzdatadir)/fyrdman
2
 
pixmap_DATA = map.png haroldsreturn.png bayeux.png knight1.png knight2.png
 
2
dist_pixmap_DATA = map.png haroldsreturn.png bayeux.png knight1.png knight2.png
3
3
 
4
4
mapdir = $(ggzdatadir)/fyrdman
5
 
map_DATA = battle_of_hastings
 
5
dist_map_DATA = battle_of_hastings
6
6
 
7
 
appsdir = $(kde_appsdir)/Games/ggz
8
 
apps_DATA = fyrdman.desktop
 
7
desktopdir = $(datadir)/applications
 
8
desktop_DATA = fyrdman.desktop
9
9
 
10
10
KDE_ICON = fyrdman
11
11
 
 
12
EXTRA_DIST = \
 
13
        hi32-app-fyrdman.png \
 
14
        fyrdman.png
 
15