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/05/31 19:51:24 UTC

cvs commit: httpd-2.0 NWGNUmakefile

bnicholes    2002/05/31 10:51:24

  Modified:    .        NWGNUmakefile
  Log:
  Added mod_cgi and mod_netware to the NetWare make files.
  
  Revision  Changes    Path
  1.7       +2 -0      httpd-2.0/NWGNUmakefile
  
  Index: NWGNUmakefile
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/NWGNUmakefile,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- NWGNUmakefile	29 May 2002 21:16:46 -0000	1.6
  +++ NWGNUmakefile	31 May 2002 17:51:24 -0000	1.7
  @@ -200,6 +200,7 @@
   	$(OBJDIR)/mod_asis.o \
   	$(OBJDIR)/mod_auth.o \
   	$(OBJDIR)/mod_autoindex.o \
  +	$(OBJDIR)/mod_cgi.o \
   	$(OBJDIR)/mod_dir.o \
   	$(OBJDIR)/mod_env.o \
   	$(OBJDIR)/mod_imap.o \
  @@ -207,6 +208,7 @@
   	$(OBJDIR)/mod_log_config.o \
   	$(OBJDIR)/mod_mime.o \
   	$(OBJDIR)/mod_negotiation.o \
  +	$(OBJDIR)/mod_netware.o \
   	$(OBJDIR)/mod_nw_ssl.o \
   	$(OBJDIR)/mod_setenvif.o \
   	$(OBJDIR)/mod_so.o \