summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2009-03-24 13:38:37 +0000
committerJoe Orton <jorton@apache.org>2009-03-24 13:38:37 +0000
commit17ff374b663af9cc36c3c8aebce88cab92d55602 (patch)
tree0a0adaaf0a5cfff7b17a6215d8126f2e39e060c9 /Makefile.in
parent06d1b4847f1862994683083cd0e97d909ac79b14 (diff)
downloadapr-17ff374b663af9cc36c3c8aebce88cab92d55602.tar.gz
* Makefile.in (install): Install APR-util headers.
git-svn-id: https://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)