commit 465d7417a2a293802ffd1443821ff0cf39e3a2cf
Author: Simon Howard <fraggle@gmail.com>
AuthorDate: Fri Mar 31 16:15:54 2006 +0000
Commit: Simon Howard <fraggle@gmail.com>
CommitDate: Fri Mar 31 16:15:54 2006 +0000
Remove reference to nonexistent i_main.h
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 459
---
src/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index c5824dac..e5189c24 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -7,7 +7,7 @@ AM_CFLAGS = -I../textscreen @SDL_CFLAGS@ @SDLMIXER_CFLAGS@ @SDLNET_CFLAGS@ -Wall
DEDSERV_FILES=\
d_dedicated.c \
-i_main.c i_main.h \
+i_main.c \
i_timer.c i_timer.h \
m_argv.c m_argv.h \
net_common.c net_common.h \