Do not remove libqpdf.la

Some distributions (like debian) don't want .la files to be installed,
but the responsibility for doing this should like in the packaging,
not in qpdf itself.
This commit is contained in:
Jay Berkenbilt 2013-01-31 16:16:45 -05:00
parent a5d8783f67
commit 7e7c93951f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2013-01-31 Jay Berkenbilt <ejb@ql.org>
* Do not remove libtool's .la file during the make install step.
Note to packagers: if your distribution wants to you remove the
.la file, you will have to do that yourself now.
2013-01-25 Jay Berkenbilt <ejb@ql.org>
* qpdf --check was exiting with status 0 in some rare cases even

View File

@ -116,7 +116,6 @@ install: all
libqpdf/$(OUTPUT_DIR)/libqpdf.la \
$(DESTDIR)$(libdir)/libqpdf.la
$(LIBTOOL) --finish $(DESTDIR)$(libdir)
$(RM) $(DESTDIR)$(libdir)/libqpdf.la
$(LIBTOOL) --mode=install install -c \
qpdf/$(OUTPUT_DIR)/qpdf \
$(DESTDIR)$(bindir)/qpdf