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

Commit

Permalink
Missing math library for testgesture
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 2, 2011
1 parent a2ba818 commit 52d3c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile.in
Expand Up @@ -156,7 +156,7 @@ testatomic$(EXE): $(srcdir)/testatomic.c
$(CC) -o $@ $? $(CFLAGS) $(LIBS)

testgesture$(EXE): $(srcdir)/testgesture.c
$(CC) -o $@ $? $(CFLAGS) $(LIBS)
$(CC) -o $@ $? $(CFLAGS) $(LIBS) @MATHLIB@

testime$(EXE): $(srcdir)/testime.c
$(CC) -o $@ $? $(CFLAGS) $(LIBS) @SDL_TTF_LIB@
Expand Down

0 comments on commit 52d3c1d

Please sign in to comment.