manoj 99/09/05 20:11:36
Modified: src/modules/mpm/dexter Makefile.tmpl
Log:
Update dependencies to account for APR changes to date.
Revision Changes Path
1.3 +28 -20 apache-2.0/src/modules/mpm/dexter/Makefile.tmpl
Index: Makefile.tmpl
===================================================================
RCS file: /home/cvs/apache-2.0/src/modules/mpm/dexter/Makefile.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -u -r1.2 -r1.3
--- Makefile.tmpl 1999/08/27 22:16:16 1.2
+++ Makefile.tmpl 1999/09/06 03:11:33 1.3
@@ -59,27 +59,35 @@
$(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
$(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
$(OSDIR)/os-inline.c $(INCDIR)/ap_ctype.h \
- $(INCDIR)/hsregex.h $(INCDIR)/alloc.h \
- $(INCDIR)/buff.h $(INCDIR)/ap_iol.h \
- $(INCDIR)/ap.h $(INCDIR)/apr.h \
- $(INCDIR)/util_uri.h $(INCDIR)/http_main.h \
- $(INCDIR)/http_log.h $(INCDIR)/http_config.h \
- $(INCDIR)/ap_hooks.h $(INCDIR)/http_protocol.h \
- $(INCDIR)/http_request.h $(INCDIR)/http_conf_globals.h \
- $(INCDIR)/http_core.h $(INCDIR)/http_vhost.h \
- $(INCDIR)/util_script.h acceptlock.h dexter.h \
- $(OSDIR)/unixd.h
+ $(INCDIR)/hsregex.h ../../../lib/apr/include/apr_general.h \
+ ../../../lib/apr/include/apr_config.h \
+ ../../../lib/apr/include/apr_errno.h \
+ ../../../lib/apr/include/apr_lib.h \
+ ../../../lib/apr/include/apr_file_io.h \
+ ../../../lib/apr/include/hsregex.h $(INCDIR)/buff.h \
+ $(INCDIR)/ap_iol.h $(INCDIR)/ap.h \
+ $(INCDIR)/apr.h $(INCDIR)/util_uri.h \
+ $(INCDIR)/http_main.h $(INCDIR)/http_log.h \
+ $(INCDIR)/http_config.h $(INCDIR)/ap_hooks.h \
+ $(INCDIR)/http_protocol.h $(INCDIR)/http_request.h \
+ $(INCDIR)/http_conf_globals.h $(INCDIR)/http_core.h \
+ $(INCDIR)/http_vhost.h $(INCDIR)/util_script.h \
+ acceptlock.h dexter.h $(OSDIR)/unixd.h
dexter.o: dexter.c $(INCDIR)/httpd.h \
$(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
$(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
$(OSDIR)/os-inline.c $(INCDIR)/ap_ctype.h \
- $(INCDIR)/hsregex.h $(INCDIR)/alloc.h \
- $(INCDIR)/buff.h $(INCDIR)/ap_iol.h \
- $(INCDIR)/ap.h $(INCDIR)/apr.h \
- $(INCDIR)/util_uri.h $(INCDIR)/http_main.h \
- $(INCDIR)/http_log.h $(INCDIR)/http_config.h \
- $(INCDIR)/ap_hooks.h $(INCDIR)/http_core.h \
- $(INCDIR)/http_connection.h $(INCDIR)/ap_mpm.h \
- $(OSDIR)/unixd.h $(OSDIR)/iol_socket.h \
- $(INCDIR)/ap_listen.h mpm_default.h acceptlock.h \
- dexter.h mpm_default.h
+ $(INCDIR)/hsregex.h ../../../lib/apr/include/apr_general.h \
+ ../../../lib/apr/include/apr_config.h \
+ ../../../lib/apr/include/apr_errno.h \
+ ../../../lib/apr/include/apr_lib.h \
+ ../../../lib/apr/include/apr_file_io.h \
+ ../../../lib/apr/include/hsregex.h $(INCDIR)/buff.h \
+ $(INCDIR)/ap_iol.h $(INCDIR)/ap.h \
+ $(INCDIR)/apr.h $(INCDIR)/util_uri.h \
+ $(INCDIR)/http_main.h $(INCDIR)/http_log.h \
+ $(INCDIR)/http_config.h $(INCDIR)/ap_hooks.h \
+ $(INCDIR)/http_core.h $(INCDIR)/http_connection.h \
+ $(INCDIR)/ap_mpm.h $(OSDIR)/unixd.h \
+ $(OSDIR)/iol_socket.h $(INCDIR)/ap_listen.h \
+ acceptlock.h mpm_default.h dexter.h
|