libtool
[Top][All Lists]
Advanced

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

Re: libtool question


From: Ralf Wildenhues
Subject: Re: libtool question
Date: Tue, 2 May 2006 04:40:23 +0200
User-agent: Mutt/1.5.11+cvs20060403

* 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




reply via email to

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