summaryrefslogtreecommitdiff
path: root/src/strife/Makefile.am
diff options
context:
space:
mode:
authorSimon Howard2011-10-13 19:46:45 +0000
committerSimon Howard2011-10-13 19:46:45 +0000
commitcb142afe2e4bfa756249cd0e7e17ddd3ec820a87 (patch)
tree8908ff09e61384fc0b033805df95ceb271a433cd /src/strife/Makefile.am
parenta1c823693b136d4534a4dec4307a27411a37dd4a (diff)
downloadchocolate-doom-cb142afe2e4bfa756249cd0e7e17ddd3ec820a87.tar.gz
chocolate-doom-cb142afe2e4bfa756249cd0e7e17ddd3ec820a87.tar.bz2
chocolate-doom-cb142afe2e4bfa756249cd0e7e17ddd3ec820a87.zip
Update Strife main loop code to use d_loop.c common main loop code.
Working multiplayer! Subversion-branch: /branches/v2-branch Subversion-revision: 2416
Diffstat (limited to 'src/strife/Makefile.am')
-rw-r--r--src/strife/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strife/Makefile.am b/src/strife/Makefile.am
index 4dc0cabd..df1f7bb0 100644
--- a/src/strife/Makefile.am
+++ b/src/strife/Makefile.am
@@ -7,7 +7,7 @@ am_map.c am_map.h \
d_englsh.h \
d_items.c d_items.h \
d_main.c d_main.h \
-d_net.c d_net.h \
+d_net.c \
doomdata.h \
doomdef.c doomdef.h \
doomstat.c doomstat.h \