aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLionel Ulmer2002-05-25 18:50:06 +0000
committerLionel Ulmer2002-05-25 18:50:06 +0000
commit3255ea12789ae3d6bd9fc93b302b7d7f7317f4fb (patch)
treeaeeb4474b24bb988704d0cf2b53ce6c78f281d75 /Makefile
parent7b2cb2b0e957b5bb3bf4ed2486d4b029f6ef79f2 (diff)
downloadscummvm-rg350-3255ea12789ae3d6bd9fc93b302b7d7f7317f4fb.tar.gz
scummvm-rg350-3255ea12789ae3d6bd9fc93b302b7d7f7317f4fb.tar.bz2
scummvm-rg350-3255ea12789ae3d6bd9fc93b302b7d7f7317f4fb.zip
Forgot to remove another SDLism from the X11 compilation :-) (no, no,
it's not on purpose to increase our SF stats :-) ). svn-id: r4383
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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