automake
[Top][All Lists]
Advanced

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

Re: running tests under in a tests/ directory


From: Peter Johansson
Subject: Re: running tests under in a tests/ directory
Date: Tue, 09 Jun 2009 18:45:55 -0400
User-agent: Thunderbird 2.0.0.21 (Macintosh/20090302)

aaragon wrote:
Got it, but I tried

LIBADD = $(top_srcdir)/yafeq/libyafeq.la

and it doesn't work. However,

LDADD = $(top_srcdir)/yafeq/libyafeq.la

does work. So I hope this is finally the way to do it.

Typically .la files are built and not shipped as source, and thus appearing in buildsrc. If that's the case in your set up, you should probably replace top_srcdir with top_builddir.

Cheers,
Peter




reply via email to

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