]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update the netware make files to stop building the ldap modules from experimental...
authorBradley Nicholes <bnicholes@apache.org>
Wed, 18 Aug 2004 22:26:58 +0000 (22:26 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Wed, 18 Aug 2004 22:26:58 +0000 (22:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104719 13f79535-47bb-0310-9956-ffa450edef68

modules/NWGNUmakefile
modules/aaa/NWGNUmakefile
modules/experimental/NWGNUmakefile

index 09ec212972ba29589c54a810b7a37567c4d9be8a..a213675b1ae904b2d9ee2f743850ddf11ed79c3c 100644 (file)
@@ -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 \
index daa393ecec45a420d216808d30d929224667eb6a..203cb7c846a2f481466f91e89c3a8740b727cad3 100644 (file)
@@ -158,7 +158,6 @@ TARGET_nlm = \
        $(OBJDIR)/authndbm.nlm \
        $(OBJDIR)/authndef.nlm \
        $(OBJDIR)/authnfil.nlm \
-       $(OBJDIR)/authnzldap.nlm \
        $(OBJDIR)/authzdbm.nlm \
        $(OBJDIR)/authzdef.nlm \
        $(OBJDIR)/authzgrp.nlm \
@@ -166,6 +165,12 @@ TARGET_nlm = \
        $(OBJDIR)/authzusr.nlm \
        $(EOLIST)
 
+# If LDAPSDK has been defined then build the authnz_ldap module
+ifneq "$(LDAPSDK)" ""
+TARGET_nlm += $(OBJDIR)/authnzldap.nlm \
+       $(EOLIST)
+endif
+
 #
 # If there is an LIB target, put it here
 #
index f391d37cf418bd89f59de704d08080d744cc3fe8..41934a35049caf71104d0e04a037ddcad3700d79 100644 (file)
@@ -159,13 +159,6 @@ TARGET_nlm = \
        $(OBJDIR)/dsk_cach.nlm \
        $(EOLIST)
        
-# If LDAPSDK has been defined then build the auth_ldap module
-ifneq "$(LDAPSDK)" ""
-TARGET_nlm += $(OBJDIR)/authldap.nlm \
-       $(OBJDIR)/utilldap.nlm \
-       $(EOLIST)
-endif
-
 #
 # If there is an LIB target, put it here
 #