You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by "Ralf S. Engelschall" <rs...@apache.org> on 1998/08/04 17:18:04 UTC

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

rse         98/08/04 08:18:04

  Modified:    src/modules/proxy Makefile.tmpl
  Log:
  update dependency for mod_proxy
  
  Revision  Changes    Path
  1.24      +2 -1      apache-1.3/src/modules/proxy/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/modules/proxy/Makefile.tmpl,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- Makefile.tmpl	1998/08/03 08:44:07	1.23
  +++ Makefile.tmpl	1998/08/04 15:18:03	1.24
  @@ -58,7 +58,8 @@
    $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
    $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \
    $(INCDIR)/http_protocol.h $(INCDIR)/explain.h \
  - $(INCDIR)/http_log.h $(INCDIR)/http_vhost.h
  + $(INCDIR)/http_log.h $(INCDIR)/http_vhost.h \
  + $(INCDIR)/http_request.h
   proxy_cache.o: proxy_cache.c mod_proxy.h $(INCDIR)/httpd.h \
    $(INCDIR)/ap_config.h $(INCDIR)/ap_config_auto.h \
    $(OSDIR)/os.h $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \