Hi! On Mon, Jan 25, 2010 at 8:25 AM, Murray S. Kucherawy <m...@cloudmark.com> wrote: > I've got a package that first builds a library and then a > binary that links to the library. The binary build references > it via: > > progname_LIBADD = ../libdirectory/libraryname.la
I'm not sure if we do it correctly, but we'd set LIBS=-L$(top_builddir)/libdirectory -lraryname in such cases (in configure. ohh and we don't use libtool). oki, Steffen