diff --git a/stepmania/src/Makefile.am b/stepmania/src/Makefile.am index eb01d0ebba..7f0cc58c96 100644 --- a/stepmania/src/Makefile.am +++ b/stepmania/src/Makefile.am @@ -285,7 +285,7 @@ endif if LINUX MemoryCard += arch/MemoryCard/MemoryCardDriverThreaded_Linux.cpp arch/MemoryCard/MemoryCardDriverThreaded_Linux.h -InputHandler += arch/InputHandler/InputHandler_Linux_Joystick.h arch/InputHandler/InputHandler_Linux_Joystick.cpp +InputHandler += arch/InputHandler/InputHandler_Linux_Joystick.cpp arch/InputHandler/InputHandler_Linux_Joystick.h InputHandler += arch/InputHandler/InputHandler_Linux_Event.cpp arch/InputHandler/InputHandler_Linux_Event.h endif