pcs 97/08/24 05:27:44
Modified: src/modules/standard Makefile.tmpl Log: Add dependencies for mod_unique_id Revision Changes Path 1.2 +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.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Makefile.tmpl 1997/08/10 14:15:00 1.1 +++ Makefile.tmpl 1997/08/24 12:27:43 1.2 @@ -147,6 +147,10 @@ $(INCDIR)/http_main.h $(INCDIR)/util_script.h \ $(INCDIR)/scoreboard.h $(INCDIR)/http_log.h +mod_unique_id.o: mod_unique_id.c $(INCDIR)/httpd.h \ + $(INCDIR)/http_config.h $(INCDIR)/http_log.h \ + $(INCDIR)/multithread.h + mod_userdir.o: mod_userdir.c $(INCDIR)/httpd.h $(INCDIR)/conf.h \ $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/http_config.h