From ee2ebf509f31cc693a99b37085a5a011b4b0480a Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 17 Mar 2004 02:30:05 +0000 Subject: [PATCH] split target vars --- stepmania/src/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/stepmania/src/Makefile.am b/stepmania/src/Makefile.am index c6a273f20a..582f020d16 100644 --- a/stepmania/src/Makefile.am +++ b/stepmania/src/Makefile.am @@ -230,17 +230,20 @@ crypto/CryptBn.cpp crypto/CryptMD5.cpp crypto/CryptNoise.cpp crypto/CryptPrime.c crypto/CryptRSA.cpp crypto/CryptSH512.cpp crypto/CryptSHA.cpp crypto/CryptBn.h crypto/CryptMD5.h crypto/CryptPrime.h \ crypto/CryptRand.h crypto/CryptRSA.h crypto/CryptSH512.h crypto/CryptSHA.h -stepmania_SOURCES = $(Screens) $(DataStructures) $(FileTypes) $(StepMania) $(Arch) \ +main_SOURCES = $(Screens) $(DataStructures) $(FileTypes) $(StepMania) $(Arch) \ $(ActorsInGameplayAndMenus) $(ActorsInMenus) $(ActorsInGameplay) \ $(Rage) $(Actors) $(GlobalSingletons) $(crypto) -stepmania_LDADD = \ +main_LDADD = \ $(XLIBS) \ $(USE_SDL_LIBS) -lSDL_image \ $(LUA_LIBS) \ $(AUDIO_LIBS) \ $(srcdir)/libresample/libresample.a +stepmania_SOURCES = $(main_SOURCES) +stepmania_LDADD = $(main_LDADD) + # XXX: Make ArchHooks not depend on Display # Display depends on SaveJPEG and SDL_utils, SDL_utils depends on SDL_rotozoom. all_test_SOURCES = \