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: Steffen Dettmer
Subject: Re: libtool issue in a Makefile.am reference
Date: Mon, 25 Jan 2010 12:06:11 +0100

Hi!

On Mon, Jan 25, 2010 at 8:25 AM, Murray S. Kucherawy <address@hidden> 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




reply via email to

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