From: Martin Kraemer Date: Tue, 6 Feb 2001 14:15:38 +0000 (+0000) Subject: Fix for dav/fs to find the mod_dav.h ionclude file X-Git-Tag: APACHE_2_0_2001_02_09~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=50e5987420a651597da20b696c7bc24bb1df2086;p=apache Fix for dav/fs to find the mod_dav.h ionclude file Submitted by: jfrederic.clere@fujitsu-siemens.com git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87988 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/dav/fs/config.m4 b/modules/dav/fs/config.m4 index f52a381619..6d7874f8fc 100644 --- a/modules/dav/fs/config.m4 +++ b/modules/dav/fs/config.m4 @@ -4,6 +4,8 @@ APACHE_MODPATH_INIT(dav/fs) dav_fs_objects="mod_dav_fs.lo dbm.lo lock.lo repos.lo" +CFLAGS="$CFLAGS -I../main" + dnl ### we want to default this based on whether dav is being used... dnl ### but there is no ordering to the config.m4 files right now... APACHE_MODULE(dav_fs, DAV provider for the filesystem, $dav_fs_objects, , no)