From fa87ba53dc097a36c65dac9f6f8060da11eb84cd Mon Sep 17 00:00:00 2001 From: Andreas Schiffler Date: Sat, 22 Dec 2012 20:13:25 -0800 Subject: [PATCH] Reorder test lib use to fix build for some compilers --- test/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.in b/test/Makefile.in index aef9b19ab..7f61ca060 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -74,7 +74,7 @@ testautomation$(EXE): $(srcdir)/testautomation.c \ $(srcdir)/testautomation_rect.c \ $(srcdir)/testautomation_render.c \ $(srcdir)/testautomation_rwops.c - $(CC) -o $@ $^ $(CFLAGS) $(LIBS) -lSDL2_test + $(CC) -o $@ $^ $(CFLAGS) -lSDL2_test $(LIBS) testmultiaudio$(EXE): $(srcdir)/testmultiaudio.c $(CC) -o $@ $^ $(CFLAGS) $(LIBS)