Re: automake-1.9.6: wrong handling of self-defined directories

2005-08-03 Thread Ralf Wildenhues
Hi Adrian, * Adrian Bunk wrote on Tue, Aug 02, 2005 at 08:42:13PM CEST: > I have the following Makefile.am: > <-- snip --> > > secondbindir = $(prefix)/bin2 > > bin_PROGRAMS = test1 > secondbin_PROGRAMS = test2 > > install-exec-hook: > cd $(DESTDIR)$(bindir) && ln -fs test1 test11 >

Re: Dynamic linking with automake and libtool

2005-08-03 Thread James Laird
On Tue, 2 Aug 2005, Ralf Wildenhues wrote: > Hi James, > > * James Laird wrote on Mon, Aug 01, 2005 at 11:40:16PM CEST: > > > > Since all of the tests include the main library (using LDADD), they all > > depend on that library. Thus, when the main library is changed, all of > > the tests must

Re: automake-1.9.6: wrong handling of self-defined directories

2005-08-03 Thread Adrian Bunk
On Wed, Aug 03, 2005 at 04:48:28PM +0200, Ralf Wildenhues wrote: > Hi Adrian, Hi Ralf, >... > [ secondbin_PROGRAMS gets installed through install-data, not install-exec ] > *snip* > > automake knows that secondbin_PROGRAMS contains programs, and it should > > therefore call the install target f