From 3fe38dcf219c39fad3edee0be0c7902d104137c9 Mon Sep 17 00:00:00 2001 From: Tomas Guisasola Date: Mon, 26 Dec 2005 21:26:03 +0000 Subject: Adding options for configuring directories and names for headers and libraries. --- lualdap/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lualdap/Makefile') diff --git a/lualdap/Makefile b/lualdap/Makefile index b2a2c4c..6b2b251 100755 --- a/lualdap/Makefile +++ b/lualdap/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.27 2005-06-27 17:07:14 tomas Exp $ +# $Id: Makefile,v 1.28 2005-12-26 21:26:03 tomas Exp $ T= lualdap V= 1.0 @@ -10,7 +10,7 @@ OBJS= src/lualdap.o $(COMPAT_DIR)/compat-5.1.o src/$(LIBNAME): $(OBJS) - export MACOSX_DEPLOYMENT_TARGET="10.3"; $(CC) $(CFLAGS) $(LIB_OPTION) -o src/$(LIBNAME) $(OBJS) -lldap + export MACOSX_DEPLOYMENT_TARGET="10.3"; $(CC) $(CFLAGS) $(LIB_OPTION) -o src/$(LIBNAME) $(OBJS) $(OPENLDAP_LIB) $(COMPAT_DIR)/compat-5.1.o: $(COMPAT_DIR)/compat-5.1.c $(CC) -c $(CFLAGS) -o $@ $(COMPAT_DIR)/compat-5.1.c -- cgit v1.2.3-59-g8ed1b