summaryrefslogtreecommitdiff
path: root/src/hexen/Makefile.am
diff options
context:
space:
mode:
authorSimon Howard2015-03-27 23:40:40 -0400
committerSimon Howard2015-03-27 23:40:40 -0400
commit9c17b1f6a1f89e33f80be2efacacbc3ce4380561 (patch)
tree81e232dd601dc518339cec73bb34f382e26456ab /src/hexen/Makefile.am
parentd03ee98d63748ba0e2225be221b45a250c8c5741 (diff)
downloadchocolate-doom-9c17b1f6a1f89e33f80be2efacacbc3ce4380561.tar.gz
chocolate-doom-9c17b1f6a1f89e33f80be2efacacbc3ce4380561.tar.bz2
chocolate-doom-9c17b1f6a1f89e33f80be2efacacbc3ce4380561.zip
Remove old DOS source files.
These are leftover files that were kept around for posterity in the heretic/ and hexen/ directories, that contained system-specific DOS code used in the DOS versions of the games. There's no real reason to keep these files around any more and it's confusing having them around: some people who have tried to compile the code have mistakenly tried to include these files in compilation.
Diffstat (limited to 'src/hexen/Makefile.am')
-rw-r--r--src/hexen/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/hexen/Makefile.am b/src/hexen/Makefile.am
index b3953ce6..bd51c6e0 100644
--- a/src/hexen/Makefile.am
+++ b/src/hexen/Makefile.am
@@ -13,7 +13,6 @@ f_finale.c \
g_game.c \
h2def.h \
h2_main.c \
- i_header.h \
info.c info.h \
in_lude.c \
m_misc.c \
@@ -60,8 +59,4 @@ sv_save.c \
textdefs.h \
xddefs.h
-EXTRA_DIST= \
-i_ibm.c \
-i_sound.c
-
libhexen_a_SOURCES=$(SOURCE_FILES)