aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authortomas <tomas>2005-04-08 18:55:00 +0000
committertomas <tomas>2005-04-08 18:55:00 +0000
commitbb0cb1f342a7a5cfe700c5dcf81c24ff4a87d67e (patch)
treea7f90e173a0f5c05a780173c2167d178c01beadd /config
parent2d9b354920d946b5d72c78ba0d39a9f63ef3001a (diff)
downloadluafilesystem-bb0cb1f342a7a5cfe700c5dcf81c24ff4a87d67e.tar.gz
luafilesystem-bb0cb1f342a7a5cfe700c5dcf81c24ff4a87d67e.tar.bz2
luafilesystem-bb0cb1f342a7a5cfe700c5dcf81c24ff4a87d67e.zip
Upgrading Makefile for new directory structure.
Diffstat (limited to '')
-rw-r--r--config2
1 files changed, 1 insertions, 1 deletions
diff --git a/config b/config
index 8074521..b6d0ddb 100644
--- a/config
+++ b/config
@@ -12,7 +12,7 @@ LIB_EXT= .so
12#LIB_OPTION= -dynamiclib #for MacOS X 12#LIB_OPTION= -dynamiclib #for MacOS X
13LIB_OPTION= -shared #for Linux 13LIB_OPTION= -shared #for Linux
14 14
15COMPAT_DIR= . 15COMPAT_DIR= ../compat/src
16 16
17# Compilation directives 17# Compilation directives
18# On FreeBSD systems, the following line should be commented 18# On FreeBSD systems, the following line should be commented