summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
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)