foxygit / doom Log in
commit 2d6840807b59bdc37c76a1b4be91ef98a5d68de9
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Thu Aug 31 18:31:10 2006 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Thu Aug 31 18:31:10 2006 +0000

    Add new chocolate-setup source files into build.

    Subversion-branch: /trunk/chocolate-doom
    Subversion-revision: 589
---
 setup/Makefile.am | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/setup/Makefile.am b/setup/Makefile.am
index 67207e72..cb01df69 100644
--- a/setup/Makefile.am
+++ b/setup/Makefile.am
@@ -5,5 +5,12 @@ gamesdir = $(prefix)/games
 games_PROGRAMS = chocolate-setup

 chocolate_setup_LDADD = @LDFLAGS@ @SDL_LIBS@ ../textscreen/libtextscreen.a
-chocolate_setup_SOURCES = mainmenu.c keyboard.c display.c mouse.c
+chocolate_setup_SOURCES =                       \
+    mainmenu.c                                  \
+    keyboard.c                                  \
+    display.c                                   \
+    mouse.c                                     \
+    multiplayer.c                               \
+    txt_keyinput.c    txt_keyinput.h            \
+    txt_mouseinput.c  txt_mouseinput.h