Re: Installed vs built library

2003-08-29 Thread Luigi Ballabio
On Thu, 28 Aug 2003 17:42:26 -0500, Tim Mooney wrote: > Luigi Ballabio said (at 11:23am...: > >>What am I doing wrong? >> >>Thanks, >> Luigi >> >>P.S. Almost forgetting: libtool 1.4.3, automake 1.7.6, >>autoconf 2.57 > > The libtool

Installed vs built library

2003-08-28 Thread Luigi Ballabio
Hi all, it's probably something stupid I'm doing. However, here's the problem. Inside a project I'm building a shared library in a sub-directory and a test-suite executable in another. The related lines of the respective Makefile.am are lib_LTLIBRARIES = libFoo.la and bin_PROGRAMS =