chiark / gitweb /
build-sys: remove .la files after installation
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 7 Jan 2013 18:25:15 +0000 (13:25 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 7 Jan 2013 18:45:12 +0000 (13:45 -0500)
commitca25fde748dba7ee74e24dff2db6aff1d9faea00
treecbae0919f292f3d738da6c969d75febc2ed707ce
parentbac3c8eefe23a820caac930d41629cebafbfc7b2
build-sys: remove .la files after installation

Define KEEP_LA_FILES to keep them.

The hook is repeated because both install-exec-hook and
install-data-hook can install libraries and with parallel make
it's not possible to predict which one will run first.

http://lists.freedesktop.org/archives/systemd-devel/2013-January/008016.html
tl;dr: Libtool .la files are not very useful for linking linux
libraries.
Makefile.am