From 65aa9ecbe5207f35d94ceac9b9aeec0da51b990f Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 11 Jan 2008 04:38:35 +0000 Subject: [PATCH] cleanup --- stepmania/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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