From 52d3c1d7b4a7aa00d9f02f94f7f93249b9a474e7 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 1 Jan 2011 20:44:38 -0800 Subject: [PATCH] Missing math library for testgesture --- test/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.in b/test/Makefile.in index 52c6183e1..c3268f614 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -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@