From f7a139c2fe66d7c18d33bb6f40b9a48fd6a575dc Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 27 Apr 2003 02:44:30 +0000 Subject: [PATCH] Fixed broken VPATH builds. I broke it with the last version of Makefile.am --- stepmania/src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/Makefile.am b/stepmania/src/Makefile.am index cbbb07748d..172b4212ad 100644 --- a/stepmania/src/Makefile.am +++ b/stepmania/src/Makefile.am @@ -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)