mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-30 18:38:52 +00:00
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:
parent
a5d8783f67
commit
7e7c93951f
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user