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: Dynamic linking with automake and libtool

2005-08-02 Thread Ralf Wildenhues
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 be recompiled. > > It would be nice if, when the library