summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon Howard2005-09-20 20:13:15 +0000
committerSimon Howard2005-09-20 20:13:15 +0000
commitf8d14bad71184718a1ed1f646a07c8a5b9204cd6 (patch)
tree29734de4fef2da52eefb0ba84699e6d1c4e0e0a2 /Makefile.am
parent1f2a875ab5dbe522366f79c11efd36a3854c66a5 (diff)
downloadchocolate-doom-f8d14bad71184718a1ed1f646a07c8a5b9204cd6.tar.gz
chocolate-doom-f8d14bad71184718a1ed1f646a07c8a5b9204cd6.tar.bz2
chocolate-doom-f8d14bad71184718a1ed1f646a07c8a5b9204cd6.zip
Include icon in exe, rather than the default icon. Thanks to Joe Kennedy
for drawing this icon. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 115
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index aa44549c..ddb532d4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,8 +4,14 @@ AUX_DIST_GEN = \
$(ac_aux_dir)/install-sh \
$(ac_aux_dir)/missing
+EXTRA_DIST= \
+ $(AUX_DIST_GEN) \
+ config.h \
+ TODO \
+ BUGS \
+ data/chocolate-doom.png \
+ data/chocolate-doom.ico
-EXTRA_DIST=$(AUX_DIST_GEN) config.h TODO BUGS
MAINTAINERCLEANFILES = $(AUX_DIST_GEN)
docdir=$(prefix)/share/doc/@PACKAGE@