aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhisham <hisham>2007-07-31 03:22:55 +0000
committerhisham <hisham>2007-07-31 03:22:55 +0000
commit9f7e1dc153775a8c5dea24bc718dad23fd813468 (patch)
tree4d3cfad83e696b0f0130ca33e1e04728d6313196
parent97ccdc90ed810f809237669e0c3c91c1cf0ed208 (diff)
downloadluafilesystem-9f7e1dc153775a8c5dea24bc718dad23fd813468.tar.gz
luafilesystem-9f7e1dc153775a8c5dea24bc718dad23fd813468.tar.bz2
luafilesystem-9f7e1dc153775a8c5dea24bc718dad23fd813468.zip
Make include path comply with vanilla Lua
-rw-r--r--config4
1 files changed, 2 insertions, 2 deletions
diff --git a/config b/config
index eca849d..5868f73 100644
--- a/config
+++ b/config
@@ -2,7 +2,7 @@
2# System's libraries directory (where binary libraries are installed) 2# System's libraries directory (where binary libraries are installed)
3LUA_LIBDIR= /usr/local/lib/lua/5.1 3LUA_LIBDIR= /usr/local/lib/lua/5.1
4# Lua includes directory 4# Lua includes directory
5LUA_INC= /usr/local/include/lua51 5LUA_INC= /usr/local/include
6 6
7# OS dependent 7# OS dependent
8LIB_OPTION= -shared #for Linux 8LIB_OPTION= -shared #for Linux
@@ -16,4 +16,4 @@ INCS= -I$(LUA_INC)
16CFLAGS= $(WARN) $(INCS) 16CFLAGS= $(WARN) $(INCS)
17CC= gcc 17CC= gcc
18 18
19# $Id: config,v 1.19 2007/05/15 12:58:35 tomas Exp $ 19# $Id: config,v 1.20 2007/07/31 03:22:55 hisham Exp $