aboutsummaryrefslogtreecommitdiffstats
path: root/lualdap/config
diff options
context:
space:
mode:
authorTomas Guisasola <tomas@luaforge.net>2005-12-26 21:26:03 +0000
committerTomas Guisasola <tomas@luaforge.net>2005-12-26 21:26:03 +0000
commit3fe38dcf219c39fad3edee0be0c7902d104137c9 (patch)
tree9019677978269e3fc08e8c37c78d30cbc95c40c5 /lualdap/config
parentUpgrading to version 1.0.1. (diff)
downloadlualdap-3fe38dcf219c39fad3edee0be0c7902d104137c9.tar.xz
lualdap-3fe38dcf219c39fad3edee0be0c7902d104137c9.zip
Adding options for configuring directories and names for headers and libraries.
Diffstat (limited to '')
-rwxr-xr-xlualdap/config4
1 files changed, 3 insertions, 1 deletions
diff --git a/lualdap/config b/lualdap/config
index 5796c18..1aefa3a 100755
--- a/lualdap/config
+++ b/lualdap/config
@@ -5,6 +5,8 @@ LUA_LIBDIR= /usr/local/lib/lua/5.0
LUA_INC= /usr/local/include
# OpenLDAP includes directory
OPENLDAP_INC= /usr/local/include
+# OpenLDAP library (an optional directory can be specified with -L<dir>)
+OPENLDAP_LIB= -lldap
# OS dependent
LIB_OPTION= -shared #for Linux
@@ -19,4 +21,4 @@ INCS= -I$(LUA_INC) -I$(OPENLDAP_INC) -I$(COMPAT_DIR)
CFLAGS= $(WARN) $(INCS)
CC= gcc
-# $Id: config,v 1.3 2005-06-24 01:50:56 tomas Exp $
+# $Id: config,v 1.4 2005-12-26 21:26:03 tomas Exp $