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
