From 2f844afe21f9a61237a118a436a2a556a13cd8ab Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Mon, 21 Mar 2005 04:16:11 +0000 Subject: [PATCH] add some stuff to dist --- ChangeLog | 2 ++ Makefile.am | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 310b3f7ce..f83b9e17a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-03-20 Bradley Bell + * Makefile.am: add some stuff to dist + * main/game.c, main/game.h, main/inferno.c, main/menu.c: added MAX_FPS constant diff --git a/Makefile.am b/Makefile.am index 5831418fc..b00b9f249 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ DIST_SUBDIRS = 2d 3d arch console iff libmve main maths mem misc texmap utilitie SUBDIRS = ${DIST_SUBDIRS} @D2X_SUBDIRS@ -EXTRA_SUBDIRS = ui include unused debian rpm VisualC VisualCE +EXTRA_SUBDIRS = ui include unused debian rpm VisualC VisualCE English.lproj d2x.xcode bin_PROGRAMS = @TARGETS@ @@ -57,7 +57,9 @@ missiondir = ${pkgdatadir}/missions CLEANFILES = @TARGETS@ Info.plist EXTRA_DIST = ${EXTRA_SUBDIRS} \ -ChangeLog \ +ChangeLog ChangeLog-old \ +D2X.make \ +MVEPlayer-Info.plist d2x-Info.plist d2xgl-Info.plist \ README.utils \ djgpp.bat djgpp.sh \ autogen.sh \