From 3ab6ab8594ee10e62774119b3f90d9d1eec87258 Mon Sep 17 00:00:00 2001 From: Edgar Simo Date: Tue, 7 Jul 2009 09:35:08 +0000 Subject: [PATCH] Fixed my setup, putting a more universal makefile up. --- test/automated/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/automated/Makefile b/test/automated/Makefile index 467357436..4b9949d31 100644 --- a/test/automated/Makefile +++ b/test/automated/Makefile @@ -1,11 +1,11 @@ -#CFLAGS := -I. `sdl-config --cflags` -#LDFLAGS := `sdl-config --libs` +CFLAGS := -I. `sdl-config --cflags` +LDFLAGS := `sdl-config --libs` # If it doesn't pick up defaults -CFLAGS := -I. -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/local/include/SDL -LDFLAGS := -lm -ldl -lesd -lpthread +#CFLAGS := -I. -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/local/include/SDL +#LDFLAGS := -lm -ldl -lesd -lpthread COMMON_SRC := SDL_at.c /usr/local/lib/libSDL.a COMMON_INCLUDE := SDL_at.h