summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2005-02-11 15:08:24 +0100
committerJoe Orton <jorton@apache.org>2005-02-11 15:08:24 +0100
commit502606508c5badd612b5783e5f16cb5eb1af924a (patch)
treed521e1daa4a584f4f34456d580e7a5231ae1eacb /Makefile.in
parent* include/util_ldap.h (util_ldap_state_t): Fix gcc format string (diff)
downloadapache2-502606508c5badd612b5783e5f16cb5eb1af924a.tar.xz
apache2-502606508c5badd612b5783e5f16cb5eb1af924a.zip
Support use of an external copy of the PCRE library:
* configure.in: Set abs_{builddir,srcdir} higher. Add --with-pcre flag; build against external PCRE library if used. * Makefile.in (install-include): Don't install pcre headers any more. * srclib/Makefile.in (SUBDIRS): Remove. PR: 27550 (part two) Submitted by: Andres Salomon <dilinger voxel.net>, Joe Orton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@153400 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index a64da707ad..304745de94 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -181,7 +181,6 @@ install-include:
@cp -p $(srcdir)/modules/http/mod_core.h $(DESTDIR)$(includedir)
@cp -p $(srcdir)/modules/proxy/mod_proxy.h $(DESTDIR)$(includedir)
@cp -p $(srcdir)/modules/ssl/mod_ssl.h $(DESTDIR)$(includedir)
- @cp -p $(builddir)/srclib/pcre/pcre.h $(DESTDIR)$(includedir)
@cp -p $(srcdir)/os/$(OS_DIR)/*.h $(DESTDIR)$(includedir)
@chmod 644 $(DESTDIR)$(includedir)/*.h