diff options
author | hisham <hisham> | 2007-07-31 03:22:55 +0000 |
---|---|---|
committer | hisham <hisham> | 2007-07-31 03:22:55 +0000 |
commit | 9f7e1dc153775a8c5dea24bc718dad23fd813468 (patch) | |
tree | 4d3cfad83e696b0f0130ca33e1e04728d6313196 | |
parent | 97ccdc90ed810f809237669e0c3c91c1cf0ed208 (diff) | |
download | luafilesystem-9f7e1dc153775a8c5dea24bc718dad23fd813468.tar.gz luafilesystem-9f7e1dc153775a8c5dea24bc718dad23fd813468.tar.bz2 luafilesystem-9f7e1dc153775a8c5dea24bc718dad23fd813468.zip |
Make include path comply with vanilla Lua
-rw-r--r-- | config | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ | |||
2 | # System's libraries directory (where binary libraries are installed) | 2 | # System's libraries directory (where binary libraries are installed) |
3 | LUA_LIBDIR= /usr/local/lib/lua/5.1 | 3 | LUA_LIBDIR= /usr/local/lib/lua/5.1 |
4 | # Lua includes directory | 4 | # Lua includes directory |
5 | LUA_INC= /usr/local/include/lua51 | 5 | LUA_INC= /usr/local/include |
6 | 6 | ||
7 | # OS dependent | 7 | # OS dependent |
8 | LIB_OPTION= -shared #for Linux | 8 | LIB_OPTION= -shared #for Linux |
@@ -16,4 +16,4 @@ INCS= -I$(LUA_INC) | |||
16 | CFLAGS= $(WARN) $(INCS) | 16 | CFLAGS= $(WARN) $(INCS) |
17 | CC= gcc | 17 | CC= 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 $ |