diff options
author | Greg Stein <gstein@apache.org> | 2000-11-26 16:33:04 +0100 |
---|---|---|
committer | Greg Stein <gstein@apache.org> | 2000-11-26 16:33:04 +0100 |
commit | ae06db81487f7f93d6f8596b7529ba47d087c5d3 (patch) | |
tree | 78a410bec2795ccd6fc0f0092a21d8d3ca55bbb1 /srclib/Makefile.in | |
parent | shaddup (diff) | |
download | apache2-ae06db81487f7f93d6f8596b7529ba47d087c5d3.tar.xz apache2-ae06db81487f7f93d6f8596b7529ba47d087c5d3.zip |
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.in | 2 |
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 |