From 7e7c93951f7d0af4cd249f9bbbcf3d79ac500a7c Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 31 Jan 2013 16:16:45 -0500 Subject: [PATCH] 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. --- ChangeLog | 6 ++++++ make/libtool.mk | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3473a31e..1265467c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-01-31 Jay Berkenbilt + + * 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 * qpdf --check was exiting with status 0 in some rare cases even diff --git a/make/libtool.mk b/make/libtool.mk index e3cf7a1a..60d40f5f 100644 --- a/make/libtool.mk +++ b/make/libtool.mk @@ -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