# HG changeset patch # User Sam Lantinga # Date 1293943478 28800 # Node ID acdd88ebd0a04bc34059be85f718eb2977955023 # Parent 04c8581b729e32306ffd2910ae3dd0d5ba7a1c3b Missing math library for testgesture diff -r 04c8581b729e -r acdd88ebd0a0 test/Makefile.in --- a/test/Makefile.in Sat Jan 01 20:04:50 2011 -0800 +++ b/test/Makefile.in Sat Jan 01 20:44:38 2011 -0800 @@ -156,7 +156,7 @@ $(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@