diff options
author | Stefan Fritsch <sf@apache.org> | 2011-06-29 19:16:36 +0000 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2011-06-29 19:16:36 +0000 |
commit | 7a26dacc38f422637d4ea04c6f1665fed930e335 (patch) | |
tree | 5f3fe0829c9f791e328c90d3a4ad8433573b262c /Makefile.in | |
parent | fa569e11bd8b0344f25d8240d15c8a9b07384f5e (diff) | |
download | httpd-7a26dacc38f422637d4ea04c6f1665fed930e335.tar.gz |
remove ap_ldap.h in make distclean
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1141203 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index d16e058084..594d4cfe8f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -19,7 +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 \ + include/apache_probes.h include/ap_ldap.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 |