blob: 5c71bc947eea80e931701ed72fac1a82a51a0dcb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/scripting/lua/Makefile.orig 2007-07-30 16:17:41.000000000 +0200
+++ src/scripting/lua/Makefile 2007-07-30 16:17:53.000000000 +0200
@@ -1,7 +1,7 @@
top_builddir=../../..
include $(top_builddir)/Makefile.config
-INCLUDES += $(LUA_CFLAGS)
+INCLUDES += $(LUA_CFLAGS) $(CPPFLAGS)
OBJS = lua.o hooks.o core.o
|