diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2008-06-07 03:47:34 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2008-06-07 03:47:34 +0200 |
commit | 864dc3f7d424f02b65586007dd9b2912ffe5dba7 (patch) | |
tree | f5f12ed266126a2a7ded7c236bfd0056a636ea01 /Makefile.in | |
parent | Consumed by server/*.c, belongs in include/ (diff) | |
download | apache2-864dc3f7d424f02b65586007dd9b2912ffe5dba7.tar.xz apache2-864dc3f7d424f02b65586007dd9b2912ffe5dba7.zip |
mod_core.h moved to include/
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664237 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 6d1fa2d330..b4d1721317 100644 --- a/Makefile.in +++ b/Makefile.in @@ -188,7 +188,6 @@ INSTALL_HEADERS = \ $(srcdir)/modules/generators/mod_cgi.h \ $(srcdir)/modules/generators/mod_status.h \ $(srcdir)/modules/loggers/mod_log_config.h \ - $(srcdir)/modules/http/mod_core.h \ $(srcdir)/modules/proxy/mod_proxy.h \ ${srcdir}/modules/session/mod_session.h \ $(srcdir)/modules/ssl/mod_ssl.h \ |