From f61fc8ef256f43d1ada47fb5851f8954fea4cdea 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 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 76263c6e..7306c71f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,9 @@ -# Subdirectories to include in a distribution -DIST_SUBDIRS = src data docs - # Subdirectories to build -SUBDIRS = src +SUBDIRS = data docs src + +desktopdir = $(datadir)/applications + +desktop_DATA = tmw.desktop # Extra files to include -EXTRA_DIST = tmw.desktop +EXTRA_DIST = $(desktop_DATA) -- cgit v1.2.3-70-g09d2