diff --git a/stepmania/src/Makefile.am b/stepmania/src/Makefile.am index 9d9972e418..37e6c0c066 100644 --- a/stepmania/src/Makefile.am +++ b/stepmania/src/Makefile.am @@ -176,7 +176,7 @@ Sound += $(Sound_OSS) endif stepmania_SOURCES = $(Rage) $(DataStructures) $(FileTypes) $(StepMania) $(Transitions) \ - $(Actors) $(ActorsInMenus) $(ActorsInGameplay) $(Screens) $(GlobalSingletons) + $(Actors) $(ActorsInMenus) $(ActorsInGameplay) $(Screens) $(GlobalSingletons) \ $(PCRE) \ arch/arch.cpp \ arch/InputHandler/InputHandler_SDL.cpp \