pcs 97/09/16 00:48:44
Modified: src/modules/standard Makefile.tmpl Log: Add mod_speling dependency Submitted by: Martin Kraemer <[EMAIL PROTECTED]> Revision Changes Path 1.4 +4 -0 apachen/src/modules/standard/Makefile.tmpl Index: Makefile.tmpl =================================================================== RCS file: /export/home/cvs/apachen/src/modules/standard/Makefile.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Makefile.tmpl 1997/08/31 22:36:25 1.3 +++ Makefile.tmpl 1997/09/16 07:48:42 1.4 @@ -136,6 +136,10 @@ $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/http_config.h \ $(INCDIR)/http_core.h $(INCDIR)/http_log.h +mod_speling.o: mod_speling.c $(INCDIR)/httpd.h $(INCDIR)/conf.h \ + $(INCDIR)/os.h $(INCDIR)/os-inline.c $(INCDIR)/alloc.h \ + $(INCDIR)/buff.h $(INCDIR)/http_config.h $(INCDIR)/http_log.h + mod_status.o: mod_status.c $(INCDIR)/httpd.h $(INCDIR)/conf.h \ $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/http_config.h \ $(INCDIR)/http_core.h $(INCDIR)/http_protocol.h \