aboutsummaryrefslogtreecommitdiffstats
path: root/lualdap/config
diff options
context:
space:
mode:
Diffstat (limited to 'lualdap/config')
-rwxr-xr-xlualdap/config4
1 files changed, 3 insertions, 1 deletions
diff --git a/lualdap/config b/lualdap/config
index 1aefa3a..84543b3 100755
--- a/lualdap/config
+++ b/lualdap/config
@@ -12,6 +12,8 @@ OPENLDAP_LIB= -lldap
LIB_OPTION= -shared #for Linux
#LIB_OPTION= -bundle -undefined dynamic_lookup #for MacOS X
+# Lua version number (first and second digits of target version)
+LUA_VERSION_NUM= 500
LIBNAME= $T.so.$V
COMPAT_DIR= ../compat/src
@@ -21,4 +23,4 @@ INCS= -I$(LUA_INC) -I$(OPENLDAP_INC) -I$(COMPAT_DIR)
CFLAGS= $(WARN) $(INCS)
CC= gcc
-# $Id: config,v 1.4 2005-12-26 21:26:03 tomas Exp $
+# $Id: config,v 1.5 2006-07-24 01:42:06 tomas Exp $