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: Peter Johansson
Subject: Re: libtool issue in a Makefile.am reference
Date: Mon, 25 Jan 2010 08:10:29 -0500
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0

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


Cheers,
Peter




reply via email to

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