From bbc098c3ee39ed3167d020275bf1df039df8fd41 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Fri, 16 May 2014 01:12:36 -0400 Subject: 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. --- src/setup/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/setup/Makefile.am') 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 -- cgit v1.2.3