summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2001-10-18 15:44:02 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2001-10-18 15:44:02 +0000
commitc8c0e50e9ab75521942a81fcd75c562ee8f47448 (patch)
tree4c129ba122f8d2d95bd4cd2080e62938d6418c0f /Makefile.in
parente4f1e5a633433cfce50f67f79a489ad8b1be4ce5 (diff)
downloadlibapr-c8c0e50e9ab75521942a81fcd75c562ee8f47448.tar.gz
If building with VPATH, then we have to install the headers from the
build directory. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62438 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 904d31154..4638f7f80 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -40,6 +40,7 @@ libdir=@libdir@
includedir=@includedir@
srcdir=@srcdir@
top_srcdir=@top_srcdir@
+top_blddir=@top_builddir@
EXPORT_FILES = $(top_srcdir)/include/*.h
@@ -58,6 +59,7 @@ install: $(TARGET_LIB)
$(top_srcdir)/build/mkdir.sh $(includedir); \
fi; \
cp $(top_srcdir)/include/*.h $(includedir); \
+ cp $(top_blddir)/include/*.h $(includedir); \
if [ ! -d $(libdir) ]; then \
$(top_srcdir)/build/mkdir.sh $(libdir); \
fi; \