automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: libtool issue in a Makefile.am reference


From: Murray S. Kucherawy
Subject: RE: libtool issue in a Makefile.am reference
Date: Mon, 25 Jan 2010 10:18:34 -0800

> -----Original Message-----
> From: address@hidden [mailto:automake-
> address@hidden On Behalf Of Peter Johansson
> Sent: Monday, January 25, 2010 5:10 AM
> To: address@hidden
> 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?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]