From 780edfe0a3bf781328d3d3c356e074fe1e1229a8 Mon Sep 17 00:00:00 2001 From: Sean Burke Date: Tue, 15 Jul 2003 20:09:18 +0000 Subject: [PATCH] Update the Makefile. --- stepmania/src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stepmania/src/Makefile.am b/stepmania/src/Makefile.am index c5af3d5515..babfbd8d3c 100644 --- a/stepmania/src/Makefile.am +++ b/stepmania/src/Makefile.am @@ -191,6 +191,8 @@ stepmania_SOURCES = $(Rage) $(DataStructures) $(FileTypes) $(StepMania) $(Transi $(Loading) \ arch/arch.cpp \ arch/arch.h \ + arch/InputHandler/InputHandler.cpp \ + arch/InputHandler/InputHandler.h \ arch/InputHandler/InputHandler_SDL.cpp \ arch/InputHandler/InputHandler_SDL.h \ arch/MovieTexture/MovieTexture.cpp \