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/08/27 01:00:22 UTC

cvs commit: httpd-2.0/modules NWGNUmakefile

bnicholes    2002/08/26 16:00:22

  Modified:    modules  NWGNUmakefile
  Log:
  Conditionally compile mod_edir if the directory exists
  
  Revision  Changes    Path
  1.4       +6 -0      httpd-2.0/modules/NWGNUmakefile
  
  Index: NWGNUmakefile
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/NWGNUmakefile,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- NWGNUmakefile	4 Jun 2002 19:51:34 -0000	1.3
  +++ NWGNUmakefile	26 Aug 2002 23:00:22 -0000	1.4
  @@ -27,6 +27,12 @@
   	       $(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 \
  +	       $(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 \