diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2002-10-11 23:35:06 +0200 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2002-10-11 23:35:06 +0200 |
commit | 11128b2991ec9afea1b12d805b716ff97873e3c0 (patch) | |
tree | c4abaaa43a3ad20006b3fcba6877be08ed37b6d0 /modules/NWGNUmakefile | |
parent | Fixed a problem with the NetWare command line builder for building the CGI (diff) | |
download | apache2-11128b2991ec9afea1b12d805b716ff97873e3c0.tar.xz apache2-11128b2991ec9afea1b12d805b716ff97873e3c0.zip |
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/NWGNUmakefile | 12 |
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 \ |