From 0c10de8fdfeb562e2f758e91ee95cee58c85cd6a Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 5 Jun 2013 21:14:26 -0700 Subject: [PATCH] We already link SDL2_test by default now. --- test/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.in b/test/Makefile.in index c0dc376f6..d7386992b 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -86,7 +86,7 @@ testautomation$(EXE): $(srcdir)/testautomation.c \ $(srcdir)/testautomation_syswm.c \ $(srcdir)/testautomation_timer.c \ $(srcdir)/testautomation_video.c - $(CC) -o $@ $^ $(CFLAGS) -lSDL2_test $(LIBS) + $(CC) -o $@ $^ $(CFLAGS) $(LIBS) testmultiaudio$(EXE): $(srcdir)/testmultiaudio.c $(CC) -o $@ $^ $(CFLAGS) $(LIBS)