PR: 113498 Reported by: clemens fischer <ino-news@spotteswoode.dnsalias.org> Approved by: maintainer timeout
11 lines
320 B
Text
11 lines
320 B
Text
--- 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
|
|
|