diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.in b/configure.in index bf2a2c75..5703560e 100644 --- a/configure.in +++ b/configure.in @@ -58,6 +58,9 @@ AM_INIT_AUTOMAKE([1.8.0]) WINDOWS_RC_VERSION=`echo $PACKAGE_VERSION.0 | sed 's/\./, /g' ` +AC_DEFINE(PROGRAM_PREFIX, "chocolate-", + Change this when you create your awesome forked version) + AM_CONFIG_HEADER(config.h:config.hin) AC_SUBST(WINDOWS_RC_VERSION) @@ -79,6 +82,9 @@ textscreen/examples/Makefile setup/Makefile man/Makefile src/Makefile +src/doom/Makefile +src/heretic/Makefile +src/hexen/Makefile pcsound/Makefile src/resource.rc src/doom-screensaver.desktop |