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

Commit

Permalink
Fixed my setup, putting a more universal makefile up.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbens committed Jul 7, 2009
1 parent a65a56b commit 3ab6ab8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 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
Expand Down

0 comments on commit 3ab6ab8

Please sign in to comment.