diff options
author | Stefan Fritsch <sf@apache.org> | 2011-07-23 19:07:41 +0200 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2011-07-23 19:07:41 +0200 |
commit | b41c0b1170409f6630a7d33a26e32c0e965175ff (patch) | |
tree | bfe1f0e41b2ba5df891ed2b910281644e43ea5fd /Makefile.in | |
parent | Revert r1143221: (diff) | |
download | apache2-b41c0b1170409f6630a7d33a26e32c0e965175ff.tar.xz apache2-b41c0b1170409f6630a7d33a26e32c0e965175ff.zip |
Revert r1141203:
remove ap_ldap.h in make distclean
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/revert-ap-ldap@1150161 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 a957bd2c55..c3b182df1b 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/ap_ldap.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 |