summaryrefslogtreecommitdiff
path: root/modules/NWGNUmakefile
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2002-10-11 21:35:06 +0000
committerBradley Nicholes <bnicholes@apache.org>2002-10-11 21:35:06 +0000
commit11128b2991ec9afea1b12d805b716ff97873e3c0 (patch)
treec4abaaa43a3ad20006b3fcba6877be08ed37b6d0 /modules/NWGNUmakefile
parent0f879161210ff48c6aa59cc9eb8c0224b8cdfe7f (diff)
downloadhttpd-11128b2991ec9afea1b12d805b716ff97873e3c0.tar.gz
NetWare makefile changes to facilitate building the auth_ldap modules
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97182 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/NWGNUmakefile')
-rw-r--r--modules/NWGNUmakefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/modules/NWGNUmakefile b/modules/NWGNUmakefile
index 2a1f6c8236..4c7cfa89b2 100644
--- a/modules/NWGNUmakefile
+++ b/modules/NWGNUmakefile
@@ -16,18 +16,6 @@ SUBDIRS = \
proxy \
$(EOLIST)
-# If the ldap-aaa directory exists then build the auth_ldap module
-ifeq "$(wildcard $(AP_WORK)\modules\ldap-aaa)" "$(AP_WORK)\modules\ldap-aaa"
-SUBDIRS += ldap-aaa \
- $(EOLIST)
-endif
-
-#If the ldap-cache directory exists then build the ldaputil module
-ifeq "$(wildcard $(AP_WORK)\modules\ldap-cache)" "$(AP_WORK)\modules\ldap-cache"
-SUBDIRS += ldap-cache \
- $(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 \