diff options
author | Greg Stein <gstein@apache.org> | 2000-07-01 16:08:25 +0200 |
---|---|---|
committer | Greg Stein <gstein@apache.org> | 2000-07-01 16:08:25 +0200 |
commit | af4c667726a92dc6734037c3f764e14568692457 (patch) | |
tree | ec9242f689ece68043e5c1e690281e0ebd6edea6 /srclib/Makefile.in | |
parent | no need for relative includes. the directories will be added to the (diff) | |
download | apache2-af4c667726a92dc6734037c3f764e14568692457.tar.xz apache2-af4c667726a92dc6734037c3f764e14568692457.zip |
config magic for enabling DAV, Expat, and SDBM.
*) AP_LIBS contains the target .a files from src/lib/
*) AP_LIB_DIRS contains add'l directories (besides pcre and apr) that we
will build (and generate Makefiles for)
*) apache_need_expat and apache_need_sdbm are two new configure feature
macros; set by the DAV stuff as needed
*) hackery to deal with dav/fs/ since it isn't really a module
*) do endian testing, so we can feed it into Expat to optimize that code
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85743 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'srclib/Makefile.in')
-rw-r--r-- | srclib/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/srclib/Makefile.in b/srclib/Makefile.in index 4585c596c8..1e58b2679c 100644 --- a/srclib/Makefile.in +++ b/srclib/Makefile.in @@ -1,4 +1,4 @@ -SUBDIRS = apr pcre +SUBDIRS = apr pcre $(AP_LIB_DIRS) include $(top_srcdir)/build/rules.mk |