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
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