summaryrefslogtreecommitdiff
path: root/src/doom/Makefile.am
diff options
context:
space:
mode:
authorSimon Howard2008-09-30 22:50:24 +0000
committerSimon Howard2008-09-30 22:50:24 +0000
commit8cae6e48779beb3dc8e95a5c32b422b2504b5722 (patch)
tree63d96a5f48a72c20f347a3399336b5693e42b5cc /src/doom/Makefile.am
parent84552e7da9b4babc1c885d38088509faa733e7bb (diff)
downloadchocolate-doom-8cae6e48779beb3dc8e95a5c32b422b2504b5722.tar.gz
chocolate-doom-8cae6e48779beb3dc8e95a5c32b422b2504b5722.tar.bz2
chocolate-doom-8cae6e48779beb3dc8e95a5c32b422b2504b5722.zip
Move d_iwad.c into common code and update Heretic to use it on startup
to locate the IWAD file. Subversion-branch: /branches/raven-branch Subversion-revision: 1308
Diffstat (limited to 'src/doom/Makefile.am')
-rw-r--r--src/doom/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/doom/Makefile.am b/src/doom/Makefile.am
index 5982721f..7b7073b6 100644
--- a/src/doom/Makefile.am
+++ b/src/doom/Makefile.am
@@ -6,7 +6,6 @@ SOURCE_FILES= \
am_map.c am_map.h \
d_englsh.h \
d_items.c d_items.h \
-d_iwad.c d_iwad.h \
d_main.c d_main.h \
d_net.c d_net.h \
doomdata.h \