diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2009-08-28 03:27:46 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2009-08-28 03:27:46 +0200 |
commit | 5181635ab32c4e6cb3eca132ccf344cab8bb3c23 (patch) | |
tree | 9f87ac4d17f808be19c112b2d1a1175628280c05 /modules/test/config.m4 | |
parent | Note style flaw, this is rather inappropriate on a global basis, no? (diff) | |
download | apache2-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.m4 | 2 |
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 |