cvs commit: apache-1.3/src/modules/test Makefile.tmpl

1998-07-20 Thread dgaudet
dgaudet 98/07/20 09:20:24

  Modified:src/modules/test Makefile.tmpl
  Log:
  dependency update, this won't compile in 1.3.1
  
  Revision  ChangesPath
  1.11  +10 -10apache-1.3/src/modules/test/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===
  RCS file: /export/home/cvs/apache-1.3/src/modules/test/Makefile.tmpl,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- Makefile.tmpl 1998/07/09 00:08:46 1.10
  +++ Makefile.tmpl 1998/07/20 16:20:23 1.11
  @@ -5,14 +5,14 @@
   
   # DO NOT REMOVE
   mod_rndchunk.o: mod_rndchunk.c $(INCDIR)/httpd.h \
  - $(INCDIR)/conf.h $(OSDIR)/os.h $(INCDIR)/apctype.h \
  - $(INCDIR)/hsregex.h $(INCDIR)/alloc.h $(INCDIR)/buff.h \
  - $(INCDIR)/ap.h $(INCDIR)/util_uri.h \
  - $(INCDIR)/http_protocol.h $(INCDIR)/http_config.h \
  - $(INCDIR)/http_main.h
  + $(INCDIR)/ap_config.h $(INCDIR)/ap_config_auto.h \
  + $(OSDIR)/os.h $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  + $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  + $(INCDIR)/util_uri.h $(INCDIR)/http_protocol.h \
  + $(INCDIR)/http_config.h $(INCDIR)/http_main.h
   mod_test_util_uri.o: mod_test_util_uri.c $(INCDIR)/httpd.h \
  - $(INCDIR)/conf.h $(OSDIR)/os.h $(INCDIR)/apctype.h \
  - $(INCDIR)/hsregex.h $(INCDIR)/alloc.h $(INCDIR)/buff.h \
  - $(INCDIR)/ap.h $(INCDIR)/util_uri.h \
  - $(INCDIR)/http_protocol.h $(INCDIR)/http_config.h \
  - $(INCDIR)/http_main.h
  + $(INCDIR)/ap_config.h $(INCDIR)/ap_config_auto.h \
  + $(OSDIR)/os.h $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  + $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  + $(INCDIR)/util_uri.h $(INCDIR)/http_protocol.h \
  + $(INCDIR)/http_config.h $(INCDIR)/http_main.h
  
  
  


cvs commit: apache-1.3/src/modules/test Makefile.tmpl

1998-02-07 Thread dgaudet
dgaudet 98/02/07 02:44:34

  Added:   src/modules/test Makefile.tmpl
  Log:
  directory for modules which test server functionality
  
  Revision  ChangesPath
  1.1  apache-1.3/src/modules/test/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===
  # default Makefile.tmpl to force Configure to create a Makefile