1 DIRECTORY: mod_dav_svn/static/
3 This directory contains a few files that are required for building
4 mod_dav_svn as a static module, linked directly into Apache.
6 Makefile.in -- standard Makefile template for an Apache module
8 config.m4 -- autoconf configuration specific to mod_dav_svn.
9 This is actually a very specialized module
10 (omitting much of the standard Apache config
11 framework for modules). We don't want to actually
12 build anything within the Apache directory -- will
13 build within SVN and simply link it into the Apache
16 During "installation", these files will be copied into the Apache 2.0
19 When Apache's APXS is used to build a dynamically-loaded module, these
20 files will be ignored.