manoj 99/08/17 12:29:59
Modified: src/modules/experimental Makefile.tmpl Log: Fix dependancies so they refer to mod_auth_digest instead of mod_digest Revision Changes Path 1.15 +1 -1 apache-1.3/src/modules/experimental/Makefile.tmpl Index: Makefile.tmpl =================================================================== RCS file: /home/cvs/apache-1.3/src/modules/experimental/Makefile.tmpl,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -u -r1.14 -r1.15 --- Makefile.tmpl 1999/08/08 22:34:24 1.14 +++ Makefile.tmpl 1999/08/17 19:29:58 1.15 @@ -12,7 +12,7 @@ $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \ $(INCDIR)/http_log.h $(INCDIR)/http_protocol.h \ $(INCDIR)/http_request.h $(INCDIR)/http_core.h -mod_digest.o: mod_digest.c $(INCDIR)/httpd.h \ +mod_auth_digest.o: mod_auth_digest.c $(INCDIR)/httpd.h \ $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \ $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \ $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \