Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
We already link SDL2_test by default now.
  • Loading branch information
slouken committed Jun 6, 2013
1 parent 80cdc46 commit 0c10de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile.in
Expand Up @@ -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)
Expand Down

0 comments on commit 0c10de8

Please sign in to comment.