Commit b6f8c171518ed72d18446b4d622204426a892909

Authored by Jay Berkenbilt
1 parent f5d77277

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
Showing 1 changed file with 2 additions and 0 deletions
Makefile
@@ -131,6 +131,7 @@ install: all @@ -131,6 +131,7 @@ install: all
131 libqpdf/$(OUTPUT_DIR)/libqpdf.la \ 131 libqpdf/$(OUTPUT_DIR)/libqpdf.la \
132 $(DESTDIR)$(libdir)/libqpdf.la 132 $(DESTDIR)$(libdir)/libqpdf.la
133 $(LIBTOOL) --finish $(DESTDIR)$(libdir) 133 $(LIBTOOL) --finish $(DESTDIR)$(libdir)
  134 + $(RM) $(DESTDIR)$(libdir)/libqpdf.la
134 $(LIBTOOL) --mode=install install -s -c \ 135 $(LIBTOOL) --mode=install install -s -c \
135 qpdf/$(OUTPUT_DIR)/qpdf \ 136 qpdf/$(OUTPUT_DIR)/qpdf \
136 $(DESTDIR)$(bindir)/qpdf 137 $(DESTDIR)$(bindir)/qpdf
@@ -138,6 +139,7 @@ install: all @@ -138,6 +139,7 @@ install: all
138 zlib-flate/$(OUTPUT_DIR)/zlib-flate \ 139 zlib-flate/$(OUTPUT_DIR)/zlib-flate \
139 $(DESTDIR)$(bindir)/zlib-flate 140 $(DESTDIR)$(bindir)/zlib-flate
140 cp qpdf/fix-qdf $(DESTDIR)$(bindir) 141 cp qpdf/fix-qdf $(DESTDIR)$(bindir)
  142 + cp include/qpdf/*.h $(DESTDIR)$(includedir)/qpdf
141 cp include/qpdf/*.hh $(DESTDIR)$(includedir)/qpdf 143 cp include/qpdf/*.hh $(DESTDIR)$(includedir)/qpdf
142 cp doc/stylesheet.css $(DESTDIR)$(docdir) 144 cp doc/stylesheet.css $(DESTDIR)$(docdir)
143 cp doc/qpdf-manual.html $(DESTDIR)$(docdir) 145 cp doc/qpdf-manual.html $(DESTDIR)$(docdir)