rbb 01/10/18 08:44:02
Modified: . Makefile.in
Log:
If building with VPATH, then we have to install the headers from the
build directory.
Revision Changes Path
1.58 +2 -0 apr/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/apr/Makefile.in,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- Makefile.in 2001/10/15 22:56:55 1.57
+++ Makefile.in 2001/10/18 15:44:02 1.58
@@ -40,6 +40,7 @@
[EMAIL PROTECTED]@
[EMAIL PROTECTED]@
[EMAIL PROTECTED]@
[EMAIL PROTECTED]@
EXPORT_FILES = $(top_srcdir)/include/*.h
@@ -58,6 +59,7 @@
$(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; \