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 --- graphics/sprites/Makefile.am | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 graphics/sprites/Makefile.am (limited to 'graphics/sprites/Makefile.am') diff --git a/graphics/sprites/Makefile.am b/graphics/sprites/Makefile.am new file mode 100644 index 00000000..a1080d05 --- /dev/null +++ b/graphics/sprites/Makefile.am @@ -0,0 +1,21 @@ + +spritesdir = $(pkgdatadir)/data/graphics/sprites + +sprites_DATA = \ + emotions.png \ + items.png \ + monster0.png \ + monster1.png \ + monster2.png \ + monster3.png \ + monster4.png \ + monster5.png \ + monster6.png \ + monster7.png \ + npcs.png \ + player_male_base.png \ + player_male_hair.png \ + weapons.png + +EXTRA_DIST = \ + $(sprites_DATA) -- cgit v1.2.3-70-g09d2