diff options
author | tomas <tomas> | 2005-04-08 18:55:00 +0000 |
---|---|---|
committer | tomas <tomas> | 2005-04-08 18:55:00 +0000 |
commit | bb0cb1f342a7a5cfe700c5dcf81c24ff4a87d67e (patch) | |
tree | a7f90e173a0f5c05a780173c2167d178c01beadd /config | |
parent | 2d9b354920d946b5d72c78ba0d39a9f63ef3001a (diff) | |
download | luafilesystem-bb0cb1f342a7a5cfe700c5dcf81c24ff4a87d67e.tar.gz luafilesystem-bb0cb1f342a7a5cfe700c5dcf81c24ff4a87d67e.tar.bz2 luafilesystem-bb0cb1f342a7a5cfe700c5dcf81c24ff4a87d67e.zip |
Upgrading Makefile for new directory structure.
Diffstat (limited to '')
-rw-r--r-- | config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ LIB_EXT= .so | |||
12 | #LIB_OPTION= -dynamiclib #for MacOS X | 12 | #LIB_OPTION= -dynamiclib #for MacOS X |
13 | LIB_OPTION= -shared #for Linux | 13 | LIB_OPTION= -shared #for Linux |
14 | 14 | ||
15 | COMPAT_DIR= . | 15 | COMPAT_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 |