You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2004/08/19 00:26:59 UTC

cvs commit: httpd-2.0/modules/experimental NWGNUmakefile

bnicholes    2004/08/18 15:26:59

  Modified:    modules  NWGNUmakefile
               modules/aaa NWGNUmakefile
               modules/experimental NWGNUmakefile
  Log:
  Update the netware make files to stop building the ldap modules from experimental and start building from the new locations.
  
  Revision  Changes    Path
  1.12      +7 -0      httpd-2.0/modules/NWGNUmakefile
  
  Index: NWGNUmakefile
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/NWGNUmakefile,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- NWGNUmakefile	30 Jul 2004 21:31:13 -0000	1.11
  +++ NWGNUmakefile	18 Aug 2004 22:26:57 -0000	1.12
  @@ -18,6 +18,13 @@
   	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 \
  
  
  
  1.4       +6 -1      httpd-2.0/modules/aaa/NWGNUmakefile
  
  Index: NWGNUmakefile
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/aaa/NWGNUmakefile,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- NWGNUmakefile	17 Aug 2004 23:33:07 -0000	1.3
  +++ NWGNUmakefile	18 Aug 2004 22:26:58 -0000	1.4
  @@ -158,13 +158,18 @@
   	$(OBJDIR)/authndbm.nlm \
   	$(OBJDIR)/authndef.nlm \
   	$(OBJDIR)/authnfil.nlm \
  -	$(OBJDIR)/authnzldap.nlm \
   	$(OBJDIR)/authzdbm.nlm \
   	$(OBJDIR)/authzdef.nlm \
   	$(OBJDIR)/authzgrp.nlm \
   	$(OBJDIR)/authzusr.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
  
  
  
  1.8       +0 -7      httpd-2.0/modules/experimental/NWGNUmakefile
  
  Index: NWGNUmakefile
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/experimental/NWGNUmakefile,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- NWGNUmakefile	30 May 2003 22:32:08 -0000	1.7
  +++ NWGNUmakefile	18 Aug 2004 22:26:58 -0000	1.8
  @@ -159,13 +159,6 @@
   	$(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
   #