summaryrefslogtreecommitdiff
path: root/srclib/Makefile.in
diff options
context:
space:
mode:
authorGreg Stein <gstein@apache.org>2000-11-26 15:33:04 +0000
committerGreg Stein <gstein@apache.org>2000-11-26 15:33:04 +0000
commitae06db81487f7f93d6f8596b7529ba47d087c5d3 (patch)
tree78a410bec2795ccd6fc0f0092a21d8d3ca55bbb1 /srclib/Makefile.in
parent18c6822d1826d73c0f3e777cb88eb22e798a4fc1 (diff)
downloadhttpd-ae06db81487f7f93d6f8596b7529ba47d087c5d3.tar.gz
missed one. This is needed to build the new aputil library.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87084 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..a3ef7c0cbe 100644
--- a/srclib/Makefile.in
+++ b/srclib/Makefile.in
@@ -1,4 +1,4 @@
-SUBDIRS = apr pcre $(AP_LIB_DIRS)
+SUBDIRS = apr pcre aputil $(AP_LIB_DIRS)
include $(top_srcdir)/build/rules.mk