aboutsummaryrefslogtreecommitdiffstats
path: root/lualdap/config
diff options
context:
space:
mode:
authorTomas Guisasola <tomas@luaforge.net>2005-06-10 13:23:14 +0000
committerTomas Guisasola <tomas@luaforge.net>2005-06-10 13:23:14 +0000
commite7cd631693b8adc12e74dd286a0f60d4d03e3c0e (patch)
tree5829c537342212583953732e38ac50a55bac43e9 /lualdap/config
parentEnhancing error message when there is no connection. (diff)
downloadlualdap-e7cd631693b8adc12e74dd286a0f60d4d03e3c0e.tar.xz
lualdap-e7cd631693b8adc12e74dd286a0f60d4d03e3c0e.zip
Removing rule to build static library.
Cleaning unused libraries in library build.
Diffstat (limited to '')
-rwxr-xr-xlualdap/config6
1 files changed, 1 insertions, 5 deletions
diff --git a/lualdap/config b/lualdap/config
index 820ff2a..fac8ca1 100755
--- a/lualdap/config
+++ b/lualdap/config
@@ -14,13 +14,9 @@ LIBNAME= lib$T-$V.so
COMPAT_DIR= ../compat/src
# Compilation parameters
-# On FreeBSD systems, the following line should be commented
-DLLIB= -ldl
-#LUA_LIBS= -L/usr/lib -llua50 -lm
WARN= -O2 -Wall -fPIC -W -Waggregate-return -Wcast-align -Wmissing-prototypes -Wnested-externs -Wshadow -Wwrite-strings -ansi
INCS= -I$(LUA_INC) -I$(OPENLDAP_INC) -I$(COMPAT_DIR)
-LIBS= $(LUA_LIBS) $(DLLIB)
CFLAGS= $(WARN) $(INCS)
CC= gcc
-# $Id: config,v 1.1 2005-06-05 00:38:22 tomas Exp $
+# $Id: config,v 1.2 2005-06-10 13:23:14 tomas Exp $