summaryrefslogtreecommitdiff
path: root/src/heretic/Makefile.am
diff options
context:
space:
mode:
authorSimon Howard2008-09-05 01:18:52 +0000
committerSimon Howard2008-09-05 01:18:52 +0000
commit126138bb063f3409702a35c29ef8113f3f722eaa (patch)
tree94daa93fa77f783347092e065699904dc3d31f1d /src/heretic/Makefile.am
parent15f26fadf4315e0336fd0e2c68e7162c29bbffcb (diff)
downloadchocolate-doom-126138bb063f3409702a35c29ef8113f3f722eaa.tar.gz
chocolate-doom-126138bb063f3409702a35c29ef8113f3f722eaa.tar.bz2
chocolate-doom-126138bb063f3409702a35c29ef8113f3f722eaa.zip
Remove z_zone.c and tables.c, as these are identical to the version in
Doom. Subversion-branch: /branches/raven-branch Subversion-revision: 1199
Diffstat (limited to 'src/heretic/Makefile.am')
-rw-r--r--src/heretic/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/heretic/Makefile.am b/src/heretic/Makefile.am
index 6457dd8e..a312909b 100644
--- a/src/heretic/Makefile.am
+++ b/src/heretic/Makefile.am
@@ -47,10 +47,8 @@ r_things.c \
sb_bar.c \
sounds.c sounds.h \
soundst.h \
-tables.c \
v_video.c \
-w_wad.c \
-z_zone.c
+w_wad.c
EXTRA_DIST= \
i_sound.c i_sound.h \
@@ -58,4 +56,5 @@ i_cyber.c \
i_ibm.c
libheretic_a_SOURCES=$(SOURCE_FILES)
+libheretic_a_CFLAGS=-I..