From 4591195c39c758d2890d9fa412a2bdb605e0d628 Mon Sep 17 00:00:00 2001 From: bnicholes Date: Fri, 30 Jul 2004 21:25:42 +0000 Subject: Added apr_ldap_init.c to the NetWare build git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@59101 13f79535-47bb-0310-9956-ffa450edef68 --- NWGNUmakefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'NWGNUmakefile') diff --git a/NWGNUmakefile b/NWGNUmakefile index 54860dfc..f0b8fcc1 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -29,6 +29,7 @@ XINCDIRS += \ $(APRUTIL)/dbm/sdbm \ $(APRUTIL)/include/private \ $(APRUTIL)/xml/expat/lib \ + $(LDAPSDK)/inc \ $(EOLIST) # @@ -240,6 +241,7 @@ FILES_lib_objs = \ $(OBJDIR)/apr_dbm_berkeleydb.o \ $(OBJDIR)/apr_dbm_sdbm.o \ $(OBJDIR)/apr_hooks.o \ + $(OBJDIR)/apr_ldap_init.o \ $(OBJDIR)/apr_md4.o \ $(OBJDIR)/apr_md5.o \ $(OBJDIR)/apr_queue.o \ @@ -276,7 +278,7 @@ install :: nlms FORCE # Any specialized rules here # -vpath %.c buckets:crypto:dbm:dbm/sdbm:encoding:hooks:misc:strmatch:uri:xlate:xml +vpath %.c buckets:crypto:dbm:dbm/sdbm:encoding:hooks:ldap:misc:strmatch:uri:xlate:xml # # Include the 'tail' makefile that has targets that depend on variables defined -- cgit v1.2.1