automake
[Top][All Lists]
Advanced

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

Use partial relative path in LIBADD


From: Daniel Neuberger
Subject: Use partial relative path in LIBADD
Date: Tue, 19 Apr 2011 14:26:25 -0400

Is there a way to translate this:

    libfoo_la_LIBADD = $(top_builddir)/some/path/libfoobar.la

to this:

    libfoo_la_LIBADD = some/path/libfoobar.la

with Automake?

Thanks!

- Daniel



reply via email to

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