summaryrefslogtreecommitdiff
path: root/src/setup/Makefile.am
diff options
context:
space:
mode:
authorSimon Howard2014-05-16 01:12:36 -0400
committerSimon Howard2014-05-16 01:12:36 -0400
commitbbc098c3ee39ed3167d020275bf1df039df8fd41 (patch)
tree8691bfae37e7f878d6f2157d3e252920b08186f9 /src/setup/Makefile.am
parent4025b46a5c2e96168e18673733216f984ba1deae (diff)
downloadchocolate-doom-bbc098c3ee39ed3167d020275bf1df039df8fd41.tar.gz
chocolate-doom-bbc098c3ee39ed3167d020275bf1df039df8fd41.tar.bz2
chocolate-doom-bbc098c3ee39ed3167d020275bf1df039df8fd41.zip
setup: Factor out axis configuration to widget.
Move code for configuring joystick axes into a separate widget, and add axis widgets to the configuration window for all possible movement.
Diffstat (limited to 'src/setup/Makefile.am')
-rw-r--r--src/setup/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/setup/Makefile.am b/src/setup/Makefile.am
index 27de0add..1a1e1ccb 100644
--- a/src/setup/Makefile.am
+++ b/src/setup/Makefile.am
@@ -18,6 +18,7 @@ SOURCE_FILES = \
multiplayer.c multiplayer.h \
sound.c sound.h \
execute.c execute.h \
+ txt_joyaxis.c txt_joyaxis.h \
txt_joybinput.c txt_joybinput.h \
txt_keyinput.c txt_keyinput.h \
txt_mouseinput.c txt_mouseinput.h