aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVincent Hamm2002-05-25 18:56:28 +0000
committerVincent Hamm2002-05-25 18:56:28 +0000
commit657a92e96450fe4ab2ab5d7b92386910069cea91 (patch)
tree0e8dc570303513fe9962e801a1843d1072bcb978 /Makefile
parent3255ea12789ae3d6bd9fc93b302b7d7f7317f4fb (diff)
downloadscummvm-rg350-657a92e96450fe4ab2ab5d7b92386910069cea91.tar.gz
scummvm-rg350-657a92e96450fe4ab2ab5d7b92386910069cea91.tar.bz2
scummvm-rg350-657a92e96450fe4ab2ab5d7b92386910069cea91.zip
fixed a missplaced memset in akos code. Fixed a typo in the Makefile
svn-id: r4384
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3a8cd0c678..dc675a130b 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ LIBS = -lncurses
# Comment this if you want to disable SDL output
OBJS = sdl.o
-INCLUDE += `sdl-config --cflags`
+INCLUDES += `sdl-config --cflags`
LIBS += `sdl-config --libs`
DEFINES += -DUNIX