summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2013-01-31 22:16:45 +0100
committerJay Berkenbilt <ejb@ql.org>2013-01-31 22:16:45 +0100
commit7e7c93951f7d0af4cd249f9bbbcf3d79ac500a7c (patch)
tree2ec8facbeefd2c703ecb778d2698f91b38676497
parenta5d8783f6793de05381fe399d4d0025d480b2aa3 (diff)
downloadqpdf-7e7c93951f7d0af4cd249f9bbbcf3d79ac500a7c.tar.zst
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.
-rw-r--r--ChangeLog6
-rw-r--r--make/libtool.mk1
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3473a31e..1265467c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
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