From 3a68361a6951c7edd44a3c8ccf306be3d4e8bf36 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 27 Jun 2003 19:57:30 +0000 Subject: [PATCH] typo --- 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 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 \