changeset 4946:acdd88ebd0a0

Missing math library for testgesture
author Sam Lantinga <slouken@libsdl.org>
date Sat, 01 Jan 2011 20:44:38 -0800
parents 04c8581b729e
children 619884e8a714
files test/Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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@