diff options
author | bnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68> | 2005-01-05 19:10:13 +0000 |
---|---|---|
committer | bnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68> | 2005-01-05 19:10:13 +0000 |
commit | 362c83a496c584fa37191e07a76afa826e9b4abe (patch) | |
tree | a256fab07fb82c61a6151410b781821d3993277f /NWGNUmakefile | |
parent | 7e390c588c296716aeb68a265f5c68ee56015c72 (diff) | |
download | libapr-util-362c83a496c584fa37191e07a76afa826e9b4abe.tar.gz |
Add ldap/apr_ldap_option.c to the NetWare build
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@124247 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r-- | NWGNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile index 9ed54198..c0891d33 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -242,6 +242,7 @@ FILES_lib_objs = \ $(OBJDIR)/apr_dbm_sdbm.o \ $(OBJDIR)/apr_hooks.o \ $(OBJDIR)/apr_ldap_init.o \ + $(OBJDIR)/apr_ldap_option.o \ $(OBJDIR)/apr_ldap_url.o \ $(OBJDIR)/apr_md4.o \ $(OBJDIR)/apr_md5.o \ |