From af4c667726a92dc6734037c3f764e14568692457 Mon Sep 17 00:00:00 2001 From: Greg Stein Date: Sat, 1 Jul 2000 14:08:25 +0000 Subject: 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 --- srclib/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'srclib/Makefile.in') 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 -- cgit v1.2.3