From f8d14bad71184718a1ed1f646a07c8a5b9204cd6 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Tue, 20 Sep 2005 20:13:15 +0000 Subject: 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 --- Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Makefile.am') 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@ -- cgit v1.2.3