> -----Original Message----- > From: automake-bounces+msk=cloudmark....@gnu.org [mailto:automake- > bounces+msk=cloudmark....@gnu.org] On Behalf Of Peter Johansson > Sent: Monday, January 25, 2010 5:10 AM > To: automake@gnu.org > Subject: Re: libtool issue in a Makefile.am reference > > On 1/25/10 2:25 AM, Murray S. Kucherawy 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 > > > > > LIBADD is for libraries. For programs use > > progname_LDADD = ../libdirectory/libraryname.la
Sorry, I was in fact using progname_LDADD already. Should've cut-and-pasted instead of manually transcribing. Anything else I could try?