summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2004-07-30 21:25:42 +0000
committerbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2004-07-30 21:25:42 +0000
commit4591195c39c758d2890d9fa412a2bdb605e0d628 (patch)
tree4eca779752ac84f10ef621734a5930e1be7c8864 /NWGNUmakefile
parent7bae76868687d1612ffa12d352afed3ede590479 (diff)
downloadlibapr-util-4591195c39c758d2890d9fa412a2bdb605e0d628.tar.gz
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
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r--NWGNUmakefile4
1 files changed, 3 insertions, 1 deletions
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