Commit aa377f79 authored by Martin Kraemer's avatar Martin Kraemer
Browse files

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
parent d62fad80
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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)