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: Bob Friesenhahn
Subject: Re: running tests under in a tests/ directory
Date: Tue, 9 Jun 2009 14:54:25 -0500 (CDT)

On Tue, 9 Jun 2009, aaragon wrote:

AM_LDFLAGS = -L$(top_srcdir)/yafeq -lyafeq

and this works fine. Is this the right way to do this?

Any in-tree library dependencies should be specified via LIBADD rather than LDFLAGS. Using LDFLAGS is a common mistake which results in problems, such as the wrong library being used. See the documentation.

Bob
--
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/




reply via email to

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