summaryrefslogtreecommitdiff
path: root/srclib/Makefile.in
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-05-05 23:17:54 +0000
committerRyan Bloom <rbb@apache.org>2000-05-05 23:17:54 +0000
commitc445556372c92a0660bba2221b82daaba95f121c (patch)
treed888430066add99703370e4ecf7e0704336efdd5 /srclib/Makefile.in
parentdbe89e67876f755ad4ff6d065d594db5b7f7724b (diff)
downloadhttpd-c445556372c92a0660bba2221b82daaba95f121c.tar.gz
Replace hsregex with PCRE. The PCRE library is always used in 2.0,
regardless of what system we are on. Currently, we are using the POSIX wrappers that PCRE provides. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85153 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 01ea0b60de..4585c596c8 100644
--- a/srclib/Makefile.in
+++ b/srclib/Makefile.in
@@ -1,4 +1,4 @@
-SUBDIRS = apr
+SUBDIRS = apr pcre
include $(top_srcdir)/build/rules.mk