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 2002/12/02 18:29:53 UTC

cvs commit: httpd-2.0/modules/experimental NWGNUmakefile

bnicholes    2002/12/02 09:29:53

  Modified:    modules  Tag: APACHE_2_0_BRANCH NWGNUmakefile
               modules/experimental Tag: APACHE_2_0_BRANCH NWGNUmakefile
  Log:
  NetWare makefile changes to move mod_ext_filter to /filters
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.6.2.1   +1 -6      httpd-2.0/modules/NWGNUmakefile
  
  Index: NWGNUmakefile
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/NWGNUmakefile,v
  retrieving revision 1.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- NWGNUmakefile	11 Oct 2002 21:35:06 -0000	1.6
  +++ NWGNUmakefile	2 Dec 2002 17:29:52 -0000	1.6.2.1
  @@ -14,17 +14,12 @@
   	mappers \
   	metadata \
   	proxy \
  +	filters \
   	$(EOLIST) 
   
   #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 \
  -	       $(EOLIST)
  -endif
  -
  -# If the zlib libraries source exists then build the mod_deflate module
  -ifeq "$(wildcard $(AP_WORK)\srclib\zlib)" "$(AP_WORK)\srclib\zlib"
  -SUBDIRS += filters \
   	       $(EOLIST)
   endif
   
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.5.2.1   +0 -1      httpd-2.0/modules/experimental/NWGNUmakefile
  
  Index: NWGNUmakefile
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/experimental/NWGNUmakefile,v
  retrieving revision 1.5
  retrieving revision 1.5.2.1
  diff -u -r1.5 -r1.5.2.1
  --- NWGNUmakefile	11 Oct 2002 21:35:06 -0000	1.5
  +++ NWGNUmakefile	2 Dec 2002 17:29:52 -0000	1.5.2.1
  @@ -156,7 +156,6 @@
   	$(OBJDIR)/mod_cach.nlm \
   	$(OBJDIR)/mem_cach.nlm \
   	$(OBJDIR)/dsk_cach.nlm \
  -	$(OBJDIR)/extfiltr.nlm \
   	$(EOLIST)
   	
   # If LDAPSDK has been defined then build the auth_ldap module