From 9f7e1dc153775a8c5dea24bc718dad23fd813468 Mon Sep 17 00:00:00 2001 From: hisham Date: Tue, 31 Jul 2007 03:22:55 +0000 Subject: Make include path comply with vanilla Lua --- config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config b/config index eca849d..5868f73 100644 --- a/config +++ b/config @@ -2,7 +2,7 @@ # System's libraries directory (where binary libraries are installed) LUA_LIBDIR= /usr/local/lib/lua/5.1 # Lua includes directory -LUA_INC= /usr/local/include/lua51 +LUA_INC= /usr/local/include # OS dependent LIB_OPTION= -shared #for Linux @@ -16,4 +16,4 @@ INCS= -I$(LUA_INC) CFLAGS= $(WARN) $(INCS) CC= gcc -# $Id: config,v 1.19 2007/05/15 12:58:35 tomas Exp $ +# $Id: config,v 1.20 2007/07/31 03:22:55 hisham Exp $ -- cgit v1.2.3-55-g6feb