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