diff options
author | Simon Howard | 2005-10-12 21:52:01 +0000 |
---|---|---|
committer | Simon Howard | 2005-10-12 21:52:01 +0000 |
commit | b9a5732a74152bf8ee21e86fc23fe43d3b235f4c (patch) | |
tree | 663020b176dfaaf0e295f2186a124080c3b5ca2f /src/Makefile.am | |
parent | 859fc3d3db9665a907ab8b52aa53b3adc681ae5d (diff) | |
download | chocolate-doom-b9a5732a74152bf8ee21e86fc23fe43d3b235f4c.tar.gz chocolate-doom-b9a5732a74152bf8ee21e86fc23fe43d3b235f4c.tar.bz2 chocolate-doom-b9a5732a74152bf8ee21e86fc23fe43d3b235f4c.zip |
doomfeatures.h to allow certain features to be disabled in the build
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 190
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 71cc4928..786bfb5f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -31,7 +31,7 @@ d_textur.h i_system.h p_enemy.c p_telept.c r_things.c mmus2mid.h \ deh_defs.h deh_frame.c deh_main.c deh_ptr.c deh_text.c deh_thing.c \ deh_io.c deh_io.h deh_ammo.c deh_cheat.c deh_weapon.c \ deh_misc.c deh_mapping.c deh_mapping.h deh_sound.c deh_main.h \ -w_merge.c w_merge.h +w_merge.c w_merge.h doomfeatures.h if HAVE_WINDRES |