From: Graham Leggett Date: Tue, 15 Apr 2008 13:53:32 +0000 (+0000) Subject: Move the public mod_request.h header out of the include directory and back to modules... X-Git-Tag: 2.3.0~723 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c239e59ea5c41d9c0a37a80b95b4237c0db62064;p=thirdparty%2Fapache%2Fhttpd.git Move the public mod_request.h header out of the include directory and back to modules/filters. The current build of exports.c assumes that everything in include is part of the core, and so putting the header there creates link errors. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@648254 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.in b/Makefile.in index 43b4f6a32d4..f84dd8c0508 100644 --- a/Makefile.in +++ b/Makefile.in @@ -186,6 +186,7 @@ INSTALL_HEADERS = \ $(srcdir)/modules/database/mod_dbd.h \ $(srcdir)/modules/dav/main/mod_dav.h \ $(srcdir)/modules/filters/mod_include.h \ + $(srcdir)/modules/filters/mod_request.h \ $(srcdir)/modules/generators/mod_cgi.h \ $(srcdir)/modules/generators/mod_status.h \ $(srcdir)/modules/loggers/mod_log_config.h \ diff --git a/include/mod_request.h b/modules/filters/mod_request.h similarity index 100% rename from include/mod_request.h rename to modules/filters/mod_request.h