author | Andreas Schiffler <aschiffler@ferzkopp.net> |
Sat, 22 Dec 2012 20:13:25 -0800 | |
changeset 6770 | 9a111d2aa992 |
parent 6769 | b49778d885cd |
child 6771 | 55337ff4256f |
test/Makefile.in | file | annotate | diff | comparison | revisions |
--- a/test/Makefile.in Sat Dec 22 17:24:42 2012 -0800 +++ b/test/Makefile.in Sat Dec 22 20:13:25 2012 -0800 @@ -74,7 +74,7 @@ $(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)