Fixed broken VPATH builds. I broke it with the last version of Makefile.am

This commit is contained in:
Steve Checkoway
2003-04-27 02:44:30 +00:00
parent 1993dccc2b
commit f7a139c2fe
+2 -2
View File
@@ -158,8 +158,8 @@ stepmania_SOURCES = $(Rage) $(DataStructures) $(FileTypes) $(StepMania) $(Transi
# dealing with its build and libjpeg, png, etc--not worth it.
stepmania_LDADD = \
$(GL_LIBS) \
SDL-1.2.5/src/.libs/libSDL.a \
SDL_sound-1.0.0/.libs/libSDL_sound.a \
$(VPATH)/SDL-1.2.5/src/.libs/libSDL.a \
$(VPATH)/SDL_sound-1.0.0/.libs/libSDL_sound.a \
$(SDL_LIBS)
INCLUDES = $(SDL_CFLAGS)