diff options
author | Guenter Knauf <fuankg@apache.org> | 2011-03-20 20:14:45 +0100 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2011-03-20 20:14:45 +0100 |
commit | 10b8e047534882345bc1dbabcefbd68f99543ed2 (patch) | |
tree | cefe8006a6492d7e45482f8bd4ff23b61ab1c56e /build/NWGNUenvironment.inc | |
parent | Removed dav_get_limit_xml_body() from mod_dav.h. (diff) | |
download | apache2-10b8e047534882345bc1dbabcefbd68f99543ed2.tar.xz apache2-10b8e047534882345bc1dbabcefbd68f99543ed2.zip |
Create dav.imp dynamically from header to catch all exports.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1083540 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/NWGNUenvironment.inc')
-rw-r--r-- | build/NWGNUenvironment.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/NWGNUenvironment.inc b/build/NWGNUenvironment.inc index 728c427b16..2b0cc70ec2 100644 --- a/build/NWGNUenvironment.inc +++ b/build/NWGNUenvironment.inc @@ -357,6 +357,7 @@ APRUTIL = $(subst \,/,$(APU_WORK)) APBUILD = $(SRC)/build STDMOD = $(SRC)/modules HTTPD = $(SRC)/modules/http +DAV = $(SRC)/modules/dav NWOS = $(SRC)/os/netware SERVER = $(SRC)/server SUPMOD = $(SRC)/support |