summaryrefslogtreecommitdiff
path: root/modules/NWGNUmakefile
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2004-08-18 22:26:58 +0000
committerBradley Nicholes <bnicholes@apache.org>2004-08-18 22:26:58 +0000
commit211ecf3b515bba8b2103873c3ab0c97dfc0f36e3 (patch)
treea5decd789aae9a98a9c0122eb2d57b341a9d241b /modules/NWGNUmakefile
parent871dcc3f67fef7398b0d4da139aa504b8009abc9 (diff)
downloadhttpd-211ecf3b515bba8b2103873c3ab0c97dfc0f36e3.tar.gz
Update the netware make files to stop building the ldap modules from experimental and start building from the new locations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104719 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/NWGNUmakefile')
-rw-r--r--modules/NWGNUmakefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/NWGNUmakefile b/modules/NWGNUmakefile
index 09ec212972..a213675b1a 100644
--- a/modules/NWGNUmakefile
+++ b/modules/NWGNUmakefile
@@ -18,6 +18,13 @@ SUBDIRS = \
filters \
$(EOLIST)
+# If LDAPSDK has been defined then build the util_ldap module
+ifneq "$(LDAPSDK)" ""
+SUBDIRS += ldap \
+ $(EOLIST)
+endif
+
+
#If the mod_edir directory exists then build the mod_edir module
ifeq "$(wildcard $(AP_WORK)\modules\mod_edir)" "$(AP_WORK)\modules\mod_edir"
SUBDIRS += mod_edir \