From 20b4af87b1c80e3ecb08a04e03a45defc2c64969 Mon Sep 17 00:00:00 2001 From: Sean Burke Date: Tue, 22 Jul 2003 07:21:01 +0000 Subject: [PATCH] Temporary fix for compile... if it breaks the test environment, kill it. --- 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 17c05222af..b1413dd00b 100644 --- a/stepmania/src/Makefile.am +++ b/stepmania/src/Makefile.am @@ -198,7 +198,7 @@ stepmania_LDADD = \ $(GL_LIBS) \ $(srcdir)/SDL-1.2.5/src/.libs/libSDL.a \ $(srcdir)/SDL_sound-1.0.0/.libs/libSDL_sound.a \ - $(SDL_LIBS) \ + $(SDL_LIBS) -lSDL_image \ $(GTK_LIBS) INCLUDES = $(SDL_CFLAGS)