git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104719
13f79535-47bb-0310-9956-
ffa450edef68
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 \
$(OBJDIR)/authndbm.nlm \
$(OBJDIR)/authndef.nlm \
$(OBJDIR)/authnfil.nlm \
- $(OBJDIR)/authnzldap.nlm \
$(OBJDIR)/authzdbm.nlm \
$(OBJDIR)/authzdef.nlm \
$(OBJDIR)/authzgrp.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
#
$(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
#