head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1;
locks; strict;
comment	@# @;


1.1
date	2007.07.30.14.53.58;	author arved;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Fix Lua detection.

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