On 2012-08-19 09:37 +0200, Vincent Torri wrote:
> Hey
>
> First, what follows is specific to a library that will be compiled
> only on Windows.
>
> Because of libtool, I have to remove .la files when installing this
> library. I use:
>
> install-data-hook:
> rm -f $(libdir)/libevil.la $(li
Hey
First, what follows is specific to a library that will be compiled
only on Windows.
Because of libtool, I have to remove .la files when installing this
library. I use:
install-data-hook:
rm -f $(libdir)/libevil.la $(libdir)/libdl.la
but when I call the distcheck rule, the uninstall