From 3255ea12789ae3d6bd9fc93b302b7d7f7317f4fb Mon Sep 17 00:00:00 2001 From: Lionel Ulmer Date: Sat, 25 May 2002 18:50:06 +0000 Subject: Forgot to remove another SDLism from the X11 compilation :-) (no, no, it's not on purpose to increase our SF stats :-) ). svn-id: r4383 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 97b2ef7fc9..3a8cd0c678 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ CC = g++ CFLAGS = -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar DEFINES = LDFLAGS := -INCLUDES:= `sdl-config --cflags` -I./ -I./sound +INCLUDES:= -I./ -I./sound LIBS = -lncurses # Uncomment this to activate the MAD lib for compressed sound files -- cgit v1.2.3