diff options
author | bnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68> | 2004-07-30 21:25:42 +0000 |
---|---|---|
committer | bnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68> | 2004-07-30 21:25:42 +0000 |
commit | 4591195c39c758d2890d9fa412a2bdb605e0d628 (patch) | |
tree | 4eca779752ac84f10ef621734a5930e1be7c8864 | |
parent | 7bae76868687d1612ffa12d352afed3ede590479 (diff) | |
download | libapr-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
-rw-r--r-- | NWGNUmakefile | 4 |
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 |