summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2009-03-24 13:38:37 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2009-03-24 13:38:37 +0000
commit1d0470268655aaf22a3382f304ac7e0f65021ac1 (patch)
tree0a0adaaf0a5cfff7b17a6215d8126f2e39e060c9 /Makefile.in
parente326c7ee52d25481da8beab6c45dc640dfe2d4fc (diff)
downloadlibapr-1d0470268655aaf22a3382f304ac7e0f65021ac1.tar.gz
* Makefile.in (install): Install APR-util headers.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@757793 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 97fe31073..5ecf899f6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -77,7 +77,8 @@ install: $(TARGETS)
$(APR_MKDIR) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) $(DESTDIR)$(installbuilddir) \
$(DESTDIR)$(libdir)/pkgconfig $(DESTDIR)$(includedir)
$(INSTALL_DATA) $(top_blddir)/include/apr.h $(DESTDIR)$(includedir)
- for f in $(top_srcdir)/include/apr_*.h; do \
+ $(INSTALL_DATA) $(top_blddir)/include/apu.h $(DESTDIR)$(includedir)
+ for f in $(top_srcdir)/include/apr_*.h $(top_srcdir)/include/apu_*.h; do \
$(INSTALL_DATA) $${f} $(DESTDIR)$(includedir); \
done
$(LIBTOOL) --mode=install $(INSTALL) -m 755 $(TARGET_LIB) $(DESTDIR)$(libdir)