diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2009-08-28 01:27:46 +0000 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2009-08-28 01:27:46 +0000 |
commit | 5181635ab32c4e6cb3eca132ccf344cab8bb3c23 (patch) | |
tree | 9f87ac4d17f808be19c112b2d1a1175628280c05 | |
parent | d0cbb2c54bb5354adef78c93f23c3d778d9bdaa4 (diff) | |
download | httpd-5181635ab32c4e6cb3eca132ccf344cab8bb3c23.tar.gz |
Always make mod_*.h files available where they exist, modpath by modpath
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808722 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | modules/aaa/config.m4 | 2 | ||||
-rw-r--r-- | modules/arch/unix/config5.m4 | 2 | ||||
-rw-r--r-- | modules/core/config.m4 | 2 | ||||
-rw-r--r-- | modules/database/config.m4 | 2 | ||||
-rw-r--r-- | modules/dav/main/config5.m4 | 3 | ||||
-rw-r--r-- | modules/filters/config.m4 | 2 | ||||
-rw-r--r-- | modules/generators/config5.m4 | 2 | ||||
-rw-r--r-- | modules/ldap/config.m4 | 2 | ||||
-rw-r--r-- | modules/loggers/config.m4 | 2 | ||||
-rw-r--r-- | modules/lua/config.m4 | 2 | ||||
-rw-r--r-- | modules/mappers/config9.m4 | 2 | ||||
-rw-r--r-- | modules/proxy/config.m4 | 3 | ||||
-rw-r--r-- | modules/session/config.m4 | 2 | ||||
-rw-r--r-- | modules/test/config.m4 | 2 |
15 files changed, 28 insertions, 4 deletions
diff --git a/configure.in b/configure.in index f7b22f1fab..c15b51a6b9 100644 --- a/configure.in +++ b/configure.in @@ -216,7 +216,7 @@ if test "$abs_builddir" != "$abs_srcdir"; then APR_ADDTO(INCLUDES, [-I\$(top_builddir)/include]) fi -APR_ADDTO(INCLUDES, [-I\$(top_srcdir)/os/\$(OS_DIR) -I\$(top_srcdir)/modules/http -I\$(top_srcdir)/modules/aaa -I\$(top_srcdir)/modules/filters -I\$(top_srcdir)/modules/proxy -I\$(top_srcdir)/modules/session -I\$(top_srcdir)/include -I\$(top_srcdir)/modules/core -I\$(top_srcdir)/modules/generators -I\$(top_srcdir)/modules/mappers -I\$(top_srcdir)/modules/database]) +APR_ADDTO(INCLUDES, [-I\$(top_srcdir)/os/\$(OS_DIR) -I\$(top_srcdir)/include]) # apr/apr-util --includes may pick up system paths for dependent # libraries, so ensure these are later in INCLUDES than local source diff --git a/modules/aaa/config.m4 b/modules/aaa/config.m4 index 91060622ab..aa097ded3a 100644 --- a/modules/aaa/config.m4 +++ b/modules/aaa/config.m4 @@ -65,4 +65,6 @@ APACHE_MODULE(auth_digest, RFC2617 Digest authentication, , , most, [ fi ]) +APR_ADDTO(INCLUDES, [-I\$(top_srcdir)/$modpath_current]) + APACHE_MODPATH_FINISH diff --git a/modules/arch/unix/config5.m4 b/modules/arch/unix/config5.m4 index e4831b49e5..1815b6198b 100644 --- a/modules/arch/unix/config5.m4 +++ b/modules/arch/unix/config5.m4 @@ -18,5 +18,7 @@ APACHE_MODULE(privileges, Per-virtualhost Unix UserIDs and enhanced security for fi ]) +APR_ADDTO(INCLUDES, [-I\$(top_srcdir)/$modpath_current]) + APACHE_MODPATH_FINISH diff --git a/modules/core/config.m4 b/modules/core/config.m4 index 84e71060ec..fe1aae78c6 100644 --- a/modules/core/config.m4 +++ b/modules/core/config.m4 @@ -61,4 +61,6 @@ APACHE_MODULE(watchdog, Watchdog module, , , $enable_watchdog, [ fi ]) +APR_ADDTO(INCLUDES, [-I\$(top_srcdir)/$modpath_current]) + APACHE_MODPATH_FINISH diff --git a/modules/database/config.m4 b/modules/database/config.m4 index ab2f941587..809270be20 100644 --- a/modules/database/config.m4 +++ b/modules/database/config.m4 @@ -3,4 +3,6 @@ APACHE_MODPATH_INIT(database) APACHE_MODULE(dbd, Apache DBD Framework, , , most) +APR_ADDTO(INCLUDES, [-I\$(top_srcdir)/$modpath_current]) + APACHE_MODPATH_FINISH diff --git a/modules/dav/main/config5.m4 b/modules/dav/main/config5.m4 index fa2eee4762..59c077ebbc 100644 --- a/modules/dav/main/config5.m4 +++ b/modules/dav/main/config5.m4 @@ -14,9 +14,8 @@ APACHE_MODULE(dav, WebDAV protocol handling, $dav_objects, , $dav_enable) if test "$dav_enable" != "no" -o "$enable_dav" != "no"; then apache_need_expat=yes - - APR_ADDTO(INCLUDES, [-I\$(top_srcdir)/$modpath_current]) fi +APR_ADDTO(INCLUDES, [-I\$(top_srcdir)/$modpath_current]) APACHE_MODPATH_FINISH diff --git a/modules/filters/config.m4 b/modules/filters/config.m4 index 110bedb1a4..fa296efd41 100644 --- a/modules/filters/config.m4 +++ b/modules/filters/config.m4 @@ -76,4 +76,6 @@ APACHE_MODULE(deflate, Deflate transfer encoding support, , , most, [ fi ]) +APR_ADDTO(INCLUDES, [-I\$(top_srcdir)/$modpath_current]) + APACHE_MODPATH_FINISH diff --git a/modules/generators/config5.m4 b/modules/generators/config5.m4 index 51a9ee77fd..117facf312 100644 --- a/modules/generators/config5.m4 +++ b/modules/generators/config5.m4 @@ -61,4 +61,6 @@ else APACHE_MODULE(cgid, CGI scripts, , , no) fi +APR_ADDTO(INCLUDES, [-I\$(top_srcdir)/$modpath_current]) + APACHE_MODPATH_FINISH diff --git a/modules/ldap/config.m4 b/modules/ldap/config.m4 index 2f0bbf9e39..f962dda2d7 100644 --- a/modules/ldap/config.m4 +++ b/modules/ldap/config.m4 @@ -13,4 +13,6 @@ APACHE_MODULE(ldap, LDAP caching and connection pooling services, $ldap_objects, AC_SUBST(MOD_LDAP_LDADD) ]) +APR_ADDTO(INCLUDES, [-I\$(top_srcdir)/$modpath_current]) + APACHE_MODPATH_FINISH diff --git a/modules/loggers/config.m4 b/modules/loggers/config.m4 index 2d1d142b0c..23ee15eee2 100644 --- a/modules/loggers/config.m4 +++ b/modules/loggers/config.m4 @@ -14,4 +14,6 @@ fi APACHE_MODULE(logio, input and output logging, , , most) +APR_ADDTO(INCLUDES, [-I\$(top_srcdir)/$modpath_current]) + APACHE_MODPATH_FINISH diff --git a/modules/lua/config.m4 b/modules/lua/config.m4 index 78f17ea3aa..6010980938 100644 --- a/modules/lua/config.m4 +++ b/modules/lua/config.m4 @@ -125,4 +125,6 @@ APACHE_MODULE(lua, Apache Lua Framework, $lua_objects, , no, [ MOD_LUA_LDADD="$LUA_LIBS" ]) +APR_ADDTO(INCLUDES, [-I\$(top_srcdir)/$modpath_current]) + APACHE_MODPATH_FINISH diff --git a/modules/mappers/config9.m4 b/modules/mappers/config9.m4 index 8766a89082..ad8b75cbfa 100644 --- a/modules/mappers/config9.m4 +++ b/modules/mappers/config9.m4 @@ -14,4 +14,6 @@ APACHE_MODULE(userdir, mapping of requests to user-specific directories, , , yes APACHE_MODULE(alias, mapping of requests to different filesystem parts, , , yes) APACHE_MODULE(rewrite, rule based URL manipulation, , , most) +APR_ADDTO(INCLUDES, [-I\$(top_srcdir)/$modpath_current]) + APACHE_MODPATH_FINISH diff --git a/modules/proxy/config.m4 b/modules/proxy/config.m4 index cd3ba0cca1..f382dde8ed 100644 --- a/modules/proxy/config.m4 +++ b/modules/proxy/config.m4 @@ -92,6 +92,7 @@ APACHE_MODULE(serf, [Reverse proxy module using Serf], , , no, [ CHECK_SERF ]) -APR_ADDTO(INCLUDES, [-I\$(top_srcdir)/$modpath_current/../generators]) +APR_ADDTO(INCLUDES, [-I\$(top_srcdir)/$modpath_current]) + APACHE_MODPATH_FINISH diff --git a/modules/session/config.m4 b/modules/session/config.m4 index 4721831a22..75d6a5f4c5 100644 --- a/modules/session/config.m4 +++ b/modules/session/config.m4 @@ -30,5 +30,7 @@ APACHE_MODULE(session_crypto, session crypto module, , , no, [ APACHE_MODULE(session_dbd, session dbd module, , , $session_mods_enable) dnl APACHE_MODULE(session_ldap, session ldap module, , , $session_mods_enable) +APR_ADDTO(INCLUDES, [-I\$(top_srcdir)/$modpath_current]) + APACHE_MODPATH_FINISH diff --git a/modules/test/config.m4 b/modules/test/config.m4 index 9c150f488f..94cc604b87 100644 --- a/modules/test/config.m4 +++ b/modules/test/config.m4 @@ -8,4 +8,6 @@ APACHE_MODULE(optional_fn_export, example optional function exporter, , , no) APACHE_MODULE(dialup, rate limits static files to dialup modem speeds, , , no) +APR_ADDTO(INCLUDES, [-I\$(top_srcdir)/$modpath_current]) + APACHE_MODPATH_FINISH |