On Fri, Jul 27, 2012 at 9:39 AM, Vincent Torri wrote:
> hey
>
> I want to delete the .la file installed by libtool (note that i don't
> want to discuss if it's reasonnable or not to delete these files)
>
> So, in my Makefile.am, I do:
>
> lib_LTLIBRARIES = libevil.la
> ...
> ...
> install-data-hoo
hey
I want to delete the .la file installed by libtool (note that i don't
want to discuss if it's reasonnable or not to delete these files)
So, in my Makefile.am, I do:
lib_LTLIBRARIES = libevil.la
...
...
install-data-hook:
rm -f $(libdir)/$(lib_LTLIBRARIES)
When I cross compile on lin