summaryrefslogtreecommitdiff
path: root/srclib/Makefile.in
diff options
context:
space:
mode:
authorGreg Stein <gstein@apache.org>2000-07-01 14:08:25 +0000
committerGreg Stein <gstein@apache.org>2000-07-01 14:08:25 +0000
commitaf4c667726a92dc6734037c3f764e14568692457 (patch)
treeec9242f689ece68043e5c1e690281e0ebd6edea6 /srclib/Makefile.in
parenta6ef5ad1b4d6b3e200e9f87874bd9c6edabc6d66 (diff)
downloadhttpd-af4c667726a92dc6734037c3f764e14568692457.tar.gz
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.in2
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