summaryrefslogtreecommitdiffstats
path: root/modules/test/config.m4
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2009-08-28 03:27:46 +0200
committerWilliam A. Rowe Jr <wrowe@apache.org>2009-08-28 03:27:46 +0200
commit5181635ab32c4e6cb3eca132ccf344cab8bb3c23 (patch)
tree9f87ac4d17f808be19c112b2d1a1175628280c05 /modules/test/config.m4
parentNote style flaw, this is rather inappropriate on a global basis, no? (diff)
downloadapache2-5181635ab32c4e6cb3eca132ccf344cab8bb3c23.tar.xz
apache2-5181635ab32c4e6cb3eca132ccf344cab8bb3c23.zip
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
Diffstat (limited to '')
-rw-r--r--modules/test/config.m42
1 files changed, 2 insertions, 0 deletions
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