summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2004-08-09 16:52:00 +0000
committerbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2004-08-09 16:52:00 +0000
commitb4a4fda59f4011785395c8461f0e3c07c3d351d0 (patch)
tree0c4bcec9d581c1527f8834ac7eb772add29b50d3
parenteb07ba7194ab22cacf41bf008292e14d0defa3f4 (diff)
downloadlibapr-b4a4fda59f4011785395c8461f0e3c07c3d351d0.tar.gz
Make sure that we auto-load the LDAPSDK NLMs so that APRLIB can run in protected address space
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65300 13f79535-47bb-0310-9956-ffa450edef68
-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