From b6f8c171518ed72d18446b4d622204426a892909 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 22 Oct 2009 15:09:24 +0000 Subject: install h as well as hh files do not install .la files git-svn-id: svn+q:///qpdf/trunk@853 71b93d88-0707-0410-a8cf-f5a4172ac649 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 2ec03bfb..e65d8473 100644 --- a/Makefile +++ b/Makefile @@ -131,6 +131,7 @@ install: all libqpdf/$(OUTPUT_DIR)/libqpdf.la \ $(DESTDIR)$(libdir)/libqpdf.la $(LIBTOOL) --finish $(DESTDIR)$(libdir) + $(RM) $(DESTDIR)$(libdir)/libqpdf.la $(LIBTOOL) --mode=install install -s -c \ qpdf/$(OUTPUT_DIR)/qpdf \ $(DESTDIR)$(bindir)/qpdf @@ -138,6 +139,7 @@ install: all zlib-flate/$(OUTPUT_DIR)/zlib-flate \ $(DESTDIR)$(bindir)/zlib-flate cp qpdf/fix-qdf $(DESTDIR)$(bindir) + cp include/qpdf/*.h $(DESTDIR)$(includedir)/qpdf cp include/qpdf/*.hh $(DESTDIR)$(includedir)/qpdf cp doc/stylesheet.css $(DESTDIR)$(docdir) cp doc/qpdf-manual.html $(DESTDIR)$(docdir) -- cgit v1.2.3-54-g00ecf