* Bob Friesenhahn wrote on Tue, May 02, 2006 at 04:21:34AM CEST:
> 
> cgdb_LDADD = $(top_srcdir)/lib/gdbmi/src/libgdbmi.la

I guess you meant
  cgdb_LDADD = $(top_builddir)/lib/gdbmi/src/libgdbmi.la

but really unless you are writing a Makefile.am snippet to be included
into several Makefile.am's at different depths of the source tree, this
may be simplified to, for example,
  cgdb_LDADD = lib/gdbmi/src/libgdbmi.la

as the build tree layout is quite controllable by the developer.

Cheers,
Ralf


_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to