diff options
author | Lionel Ulmer | 2002-05-25 18:50:06 +0000 |
---|---|---|
committer | Lionel Ulmer | 2002-05-25 18:50:06 +0000 |
commit | 3255ea12789ae3d6bd9fc93b302b7d7f7317f4fb (patch) | |
tree | aeeb4474b24bb988704d0cf2b53ce6c78f281d75 /Makefile | |
parent | 7b2cb2b0e957b5bb3bf4ed2486d4b029f6ef79f2 (diff) | |
download | scummvm-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |