Re: not running a make rule if distcheck is called

2012-08-20 Thread Nick Bowler
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

not running a make rule if distcheck is called

2012-08-19 Thread Vincent Torri
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