This commit is contained in:
William Reading
2003-05-04 04:56:31 +00:00
parent 20a5cddd85
commit 4319eaec0b
+2 -2
View File
@@ -141,12 +141,12 @@ Sound_Null = \
if ALSA
Sound = $(Sound_Null) $(Sound_ALSA9)
else
Sound = $(Sound_null)
Sound = $(Sound_Null)
endif
stepmania_SOURCES = $(Rage) $(DataStructures) $(FileTypes) $(StepMania) $(Transitions) \
$(Actors) $(ActorsInMenus) $(ActorsInGameplay) $(Screens) $(GlobalSingletons) \
arch/arch.cpp \
arch/arch.cpp \
arch/InputHandler/InputHandler_SDL.cpp \
arch/InputHandler/InputHandler_SDL.h \
arch/LoadingWindow/LoadingWindow_SDL.cpp \