summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2004-08-09 16:52:00 +0000
committerBradley Nicholes <bnicholes@apache.org>2004-08-09 16:52:00 +0000
commitd6028e0c578a25bbae330f8865129cbc10096ccc (patch)
tree0c4bcec9d581c1527f8834ac7eb772add29b50d3 /NWGNUmakefile
parentcf0c72aa3ef8e70d52261fd827fa7206996673a8 (diff)
downloadapr-d6028e0c578a25bbae330f8865129cbc10096ccc.tar.gz
Make sure that we auto-load the LDAPSDK NLMs so that APRLIB can run in protected address space
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@65300 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r--NWGNUmakefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index 1e679fb69..b977bb0d6 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -199,6 +199,16 @@ FILES_nlm_modules = \
Libc \
ws2_32 \
$(EOLIST)
+
+#If the LDAP support is defined then add the auto-load modules
+ifneq "$(LDAPSDK)" ""
+FILES_nlm_modules += \
+ lldapsdk \
+ lldapssl \
+ lldapx \
+ $(EOLIST)
+endif
+
#
# If the nlm has a msg file, put it's path here