summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLauri Leukkunen <lle@rahina.org>2008-10-19 01:52:15 +0300
committerLauri Leukkunen <lle@rahina.org>2008-10-19 01:52:15 +0300
commit5fe3defb4c66feef77d63e868290505e59dfbb45 (patch)
treed0fdaae476b6123173036151af54c0533824f983 /Makefile
parent50afb9bab14d7b3f76f96defe3e5a76a45bf3d0d (diff)
Fix include path for the new lua version
Signed-off-by: Lauri Leukkunen <lle@rahina.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7d2fe5a..9823bb4 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ subdirs = luaif preload utils
CFLAGS += -O2 -g -Wall -W
CFLAGS += -I$(OBJDIR)/include -I$(SRCDIR)/include
-CFLAGS += -I$(SRCDIR)/luaif/lua-5.1.2/src
+CFLAGS += -I$(SRCDIR)/luaif/lua-5.1.4/src
CFLAGS += -D_GNU_SOURCE=1 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1
CFLAGS += -DSCRATCHBOX_ROOT="$(prefix)"
CXXFLAGS =