[PATCH acecad] Don't install libtool's .la file. (bug 4898)

Gaetan Nadon memsize at videotron.ca
Sat Nov 27 13:32:14 PST 2010


On Fri, 2010-11-26 at 16:08 -0800, Jesse Adkins wrote:

> .la files are used for specifying library dependencies for static libraries.
> Since nobody builds against the .so, the .la is unnecessary.
> 
> Signed-off-by: Jesse Adkins <jesserayadkins at gmail.com>
> ---
>  Makefile.am |    4 ++++
>  1 files changed, 4 insertions(+), 0 deletions(-)
> 
> diff --git a/Makefile.am b/Makefile.am
> index 4c278ba..fa267f0 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -30,3 +30,7 @@ ChangeLog:
>  	$(CHANGELOG_CMD)
>  
>  dist-hook: ChangeLog INSTALL
> +
> +# Drivers are always loaded dynamically, so the .la is unneeded.
> +install-data-hook:
> +	$(AM_V_at)rm -f $(DESTDIR)$(inputdir)/acecad_drv.la


Reviewed-by: Gaetan Nadon <memsize at videotron.ca>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg-devel/attachments/20101127/849a5053/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
URL: <http://lists.x.org/archives/xorg-devel/attachments/20101127/849a5053/attachment.pgp>


More information about the xorg-devel mailing list