summaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
authorSimon Howard2006-08-31 18:31:10 +0000
committerSimon Howard2006-08-31 18:31:10 +0000
commit2d6840807b59bdc37c76a1b4be91ef98a5d68de9 (patch)
treeb3be1d2c2f21f1ef25404cfdca7fe10f2f3df070 /setup
parent7cf9642be80bd6583ff60154da54dc79faf9a591 (diff)
downloadchocolate-doom-2d6840807b59bdc37c76a1b4be91ef98a5d68de9.tar.gz
chocolate-doom-2d6840807b59bdc37c76a1b4be91ef98a5d68de9.tar.bz2
chocolate-doom-2d6840807b59bdc37c76a1b4be91ef98a5d68de9.zip
Add new chocolate-setup source files into build.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 589
Diffstat (limited to 'setup')
-rw-r--r--setup/Makefile.am9
1 files changed, 8 insertions, 1 deletions
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