X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=Makefile.in;h=d16e0580846dc6ae6cbbc5c3653aba012f378224;hb=e18345a5840bc933a38e97d9a26cb70b2b259d8d;hp=2ca63bdca2795661ea1a2d3f785bfcf4202464b9;hpb=24407caabc5c60f9fec334e5cb071bb0c46e79e0;p=apache diff --git a/Makefile.in b/Makefile.in index 2ca63bdca2..d16e058084 100644 --- a/Makefile.in +++ b/Makefile.in @@ -19,6 +19,7 @@ INSTALL_TARGETS = install-conf install-htdocs install-error install-icons \ install-man DISTCLEAN_TARGETS = include/ap_config_auto.h include/ap_config_layout.h \ + include/apache_probes.h \ modules.c config.cache config.log config.status build/config_vars.mk \ build/rules.mk docs/conf/httpd.conf docs/conf/extra/*.conf shlibtool \ build/pkg/pkginfo build/config_vars.sh @@ -181,7 +182,10 @@ INSTALL_HEADERS = \ include/*.h \ $(srcdir)/include/*.h \ $(srcdir)/os/$(OS_DIR)/os.h \ - $(srcdir)/server/mpm/$(MPM_SUBDIR_NAME)/*.h \ + $(srcdir)/modules/arch/unix/mod_unixd.h \ + $(srcdir)/modules/core/mod_so.h \ + $(srcdir)/modules/core/mod_watchdog.h \ + $(srcdir)/modules/cache/mod_cache.h \ $(srcdir)/modules/database/mod_dbd.h \ $(srcdir)/modules/dav/main/mod_dav.h \ $(srcdir)/modules/filters/mod_include.h \ @@ -190,12 +194,9 @@ INSTALL_HEADERS = \ $(srcdir)/modules/loggers/mod_log_config.h \ $(srcdir)/modules/mappers/mod_rewrite.h \ $(srcdir)/modules/proxy/mod_proxy.h \ + $(srcdir)/modules/proxy/mod_serf.h \ ${srcdir}/modules/session/mod_session.h \ $(srcdir)/modules/ssl/mod_ssl.h \ - $(srcdir)/modules/mappers/mod_so.h \ - $(srcdir)/modules/mappers/mod_rewrite.h \ - $(srcdir)/modules/mappers/mod_watchdog.h \ - $(srcdir)/modules/cache/mod_cache.h \ $(srcdir)/os/$(OS_DIR)/*.h install-include: @@ -233,4 +234,5 @@ suexec: x-local-distclean: @rm -rf autom4te.cache +# XXX: This looks awfully platform-specific [read: bad form and style] include $(top_srcdir)/os/os2/core.mk