summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorSimon Howard2008-09-06 19:33:03 +0000
committerSimon Howard2008-09-06 19:33:03 +0000
commit87be507ed7d66194903cfd80db76a30275469260 (patch)
tree1f9fc50f24ec07a3ee680053da6b3198586170bf /src/Makefile.am
parentc7a42fe50293d39285b2bcd6c15b14c7f9f66598 (diff)
downloadchocolate-doom-87be507ed7d66194903cfd80db76a30275469260.tar.gz
chocolate-doom-87be507ed7d66194903cfd80db76a30275469260.tar.bz2
chocolate-doom-87be507ed7d66194903cfd80db76a30275469260.zip
Split event code into a separate d_event.c file.
Subversion-branch: /branches/raven-branch Subversion-revision: 1203
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 90e5dedb..e4d14ffd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -26,7 +26,7 @@ chocolate_server_SOURCES=$(DEDSERV_FILES)
chocolate_server_LDADD = @LDFLAGS@ @SDL_LIBS@ @SDLNET_LIBS@
MAIN_SOURCE_FILES=\
- d_event.h \
+d_event.c d_event.h \
doomkeys.h \
doomfeatures.h \
doomtype.h \