From 17ff374b663af9cc36c3c8aebce88cab92d55602 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Tue, 24 Mar 2009 13:38:37 +0000 Subject: * 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 --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.in') 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) -- cgit v1.2.1