summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorSimon Howard2008-09-07 21:19:41 +0000
committerSimon Howard2008-09-07 21:19:41 +0000
commit1445d6595a19e1b46658beefe276840d01ac9c17 (patch)
tree60dcfbc53f3a2e7326c9091d03c42b46223cdb2a /src/Makefile.am
parent37865c5d5b53fd0427b6f22d0a13f830a74c3064 (diff)
downloadchocolate-doom-1445d6595a19e1b46658beefe276840d01ac9c17.tar.gz
chocolate-doom-1445d6595a19e1b46658beefe276840d01ac9c17.tar.bz2
chocolate-doom-1445d6595a19e1b46658beefe276840d01ac9c17.zip
Move m_bbox.[ch] back to common (needed by v_video.c). Remove some
common->doom header dependencies. Subversion-branch: /branches/raven-branch Subversion-revision: 1211
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 9e751dd9..81fbc16e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -39,6 +39,7 @@ i_system.c i_system.h \
i_timer.c i_timer.h \
i_video.c i_video.h \
m_argv.c m_argv.h \
+m_bbox.c m_bbox.h \
m_cheat.c m_cheat.h \
m_config.c m_config.h \
m_fixed.c m_fixed.h \