diff options
author | bnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68> | 2008-11-24 18:24:30 +0000 |
---|---|---|
committer | bnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68> | 2008-11-24 18:24:30 +0000 |
commit | 1c5dbc184285f1f1e449255140154bd5b34ad8d4 (patch) | |
tree | 4331c04251c0cb17760f1e5dcdafc5f4f5a759df /ldap | |
parent | 5ec1ce4c4d7cf1e7b3f2370d82d244598bba00b4 (diff) | |
download | libapr-util-1c5dbc184285f1f1e449255140154bd5b34ad8d4.tar.gz |
Add apr_ldap_stub.c to the netware build
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@720247 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'ldap')
-rw-r--r-- | ldap/NWGNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ldap/NWGNUmakefile b/ldap/NWGNUmakefile index 3e8bbdad..967a9f1f 100644 --- a/ldap/NWGNUmakefile +++ b/ldap/NWGNUmakefile @@ -233,6 +233,7 @@ FILES_lib_objs = \ $(OBJDIR)/apr_ldap_option.o \ $(OBJDIR)/apr_ldap_url.o \ $(OBJDIR)/apr_ldap_rebind.o \ + $(OBJDIR)/apr_ldap_stub.o \ $(EOLIST) # |