From 5d557c39a307b5a727919c527f14c535d5922df0 Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Sun, 1 May 2005 19:26:24 +0000 Subject: - Added installation of game data, install required on *nix systems - Updated desktop file to work better - Install the desktop file to the standard location - Install the icon as tmw.png in the standard pixmaps data dir --- Makefile.am | 39 ++++++++++----------------------------- 1 file changed, 10 insertions(+), 29 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 252e8b5a..039fe68c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,29 +1,10 @@ -EXTRA_DIST = maps/new_1-1.tmx.gz \ - maps/new_3-1.tmx.gz \ - graphics/gui/bg_quad_dis.png \ - graphics/gui/button.png \ - graphics/gui/button_disabled.png \ - graphics/gui/buttonhi.png \ - graphics/gui/buttonpress.png \ - graphics/gui/checkbox.png \ - graphics/gui/fixedfont.png \ - graphics/gui/mouse.png \ - graphics/gui/radioin.png \ - graphics/gui/radioout.png \ - graphics/gui/slider.png \ - graphics/gui/textbox.png \ - graphics/gui/vscroll_blue.png \ - graphics/gui/vscroll_grey.png \ - graphics/gui/vscroll_red.png \ - graphics/tiles/desert1.png \ - graphics/tiles/desert2.png \ - graphics/tiles/collision.png \ - graphics/sprites/emotions.png \ - graphics/sprites/items.png \ - graphics/sprites/monsters.png \ - graphics/sprites/npcs.png \ - graphics/sprites/player_male_base.png \ - graphics/sprites/player_male_hair.png \ - graphics/sprites/weapons.png \ - graphics/images/login_wallpaper.png \ - sfx/bow_shoot_1.ogg + +SUBDIRS = graphics icons maps sfx + +tmwdatadir = $(pkgdatadir)/data + +tmwdata_DATA = \ + items.xml + +EXTRA_DIST = \ + $(tmwdata_DATA) \ No newline at end of file -- cgit v1.2.3-60-g2f50