diff options
author | Jeff Trawick <trawick@apache.org> | 2009-12-18 14:52:48 +0100 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2009-12-18 14:52:48 +0100 |
commit | 44ad1574baedb4972154f551747c0027f3388cc2 (patch) | |
tree | ae9cd21971238c24ac34c1c7aaa4224daf7480b6 /Makefile.in | |
parent | sort by probe name (diff) | |
download | apache2-44ad1574baedb4972154f551747c0027f3388cc2.tar.xz apache2-44ad1574baedb4972154f551747c0027f3388cc2.zip |
apache_probes.h is generated by configure
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@892250 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 8d37dfae74..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 |