summaryrefslogtreecommitdiff
path: root/setup/Makefile.am
diff options
context:
space:
mode:
authorSimon Howard2007-05-31 23:16:23 +0000
committerSimon Howard2007-05-31 23:16:23 +0000
commit7127f6c844ee24e3629f292a8301395111266a7e (patch)
tree1fc7378f54432279f70517f098c33666f66bd317 /setup/Makefile.am
parentf37794b0e04ba617e2908f445858803abbf576e9 (diff)
downloadchocolate-doom-7127f6c844ee24e3629f292a8301395111266a7e.tar.gz
chocolate-doom-7127f6c844ee24e3629f292a8301395111266a7e.tar.bz2
chocolate-doom-7127f6c844ee24e3629f292a8301395111266a7e.zip
Initial joystick support.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 887
Diffstat (limited to 'setup/Makefile.am')
-rw-r--r--setup/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup/Makefile.am b/setup/Makefile.am
index d5eebfbf..10085218 100644
--- a/setup/Makefile.am
+++ b/setup/Makefile.am
@@ -10,6 +10,7 @@ SOURCE_FILES = \
compatibility.c compatibility.h \
configfile.c configfile.h \
display.c display.h \
+ joystick.c joystick.h \
keyboard.c keyboard.h \
m_argv.c m_argv.h \
mainmenu.c \
@@ -17,6 +18,7 @@ SOURCE_FILES = \
multiplayer.c multiplayer.h \
sound.c sound.h \
execute.c execute.h \
+ txt_joybinput.c txt_joybinput.h \
txt_keyinput.c txt_keyinput.h \
txt_mouseinput.c txt_mouseinput.h