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/arch | |
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 'modules/arch')
-rw-r--r-- | modules/arch/unix/config5.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
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 |