summaryrefslogtreecommitdiff
path: root/srclib/Makefile.in
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-12-05 04:30:55 +0000
committerRyan Bloom <rbb@apache.org>2000-12-05 04:30:55 +0000
commit84c3dcd65b8b1723fe66417aa7556c5ce7624a9a (patch)
treef8de44f69c83967f28209e1fd846f081439217ad /srclib/Makefile.in
parentb2d2ce84b27ef0f6af23f7b32cdb47631ea85325 (diff)
downloadhttpd-84c3dcd65b8b1723fe66417aa7556c5ce7624a9a.tar.gz
Add apr-util to the build process. This should now build once everything
has been checked out to the correct locations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87197 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 1e58b2679c..b2c3daf83d 100644
--- a/srclib/Makefile.in
+++ b/srclib/Makefile.in
@@ -1,4 +1,4 @@
-SUBDIRS = apr pcre $(AP_LIB_DIRS)
+SUBDIRS = apr apr-util pcre $(AP_LIB_DIRS)
include $(top_srcdir)/build/rules.mk