summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2009-03-24 11:29:22 +0000
committerJoe Orton <jorton@apache.org>2009-03-24 11:29:22 +0000
commit4e5c20399284d9f2fb2df1d2c11c5e2591d3521d (patch)
tree843cc60a5bc7a0e2b15bbde7431e2697456a0c04 /Makefile.in
parentdf0c4efb953772a36eee30cb11e538ed1158b0d9 (diff)
downloadapr-4e5c20399284d9f2fb2df1d2c11c5e2591d3521d.tar.gz
Start merging buildsystem from apr-util:
* Makefile.in: Add include/private to include path. * build/: Merge autoconf macro set, adjust to inherit APR_HAVE_DSO correctly. * build.conf: Build APR-util code. * configure.in: Call APR-util macro set. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@757740 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 5dcb4bad3..75794894d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -18,7 +18,7 @@ APR_MAJOR_VERSION=@APR_MAJOR_VERSION@
INCDIR=./include
OSDIR=$(top_srcdir)/include/arch/@OSDIR@
DEFOSDIR=$(INCDIR)/arch/@DEFAULT_OSDIR@
-INCLUDES=-I$(INCDIR) -I$(OSDIR) -I$(DEFOSDIR) -I$(top_srcdir)/include/arch/@DEFAULT_OSDIR@ -I$(top_srcdir)/include
+INCLUDES=-I$(INCDIR) -I$(OSDIR) -I$(DEFOSDIR) -I$(top_srcdir)/include/arch/@DEFAULT_OSDIR@ -I$(top_srcdir)/include -I$(top_srcdir)/include/private -I$(top_blddir)/include/private
#
# Macros for target determination