This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: 2 questions about libraries
- From: Santosh <santosh at mail dot iiit dot net>
- To: Raja R Harinath <harinath at cs dot umn dot edu>
- Cc: automake at gnu dot org
- Cc: Jose Roman Bilbao <jrbcast at teleline dot es>
- Date: Tue, 17 Jun 2003 18:19:47 +0530 (IST)
- Subject: Re: 2 questions about libraries
Thank you for correcting me.
with regards,
Santosh.
On Tue, 17 Jun 2003, Raja R Harinath wrote:
> Hi,
>
> Santosh <santosh@mail.iiit.net> writes:
>
> > For the second question, you can use the $(top_srcdir)
> > variable and give the complete path of your library.
> >
> > example:
> > 2Dinterpolation_LDADD =
> > $(GLIB_CFLAGS) \
> > $(top_srcdir)/src/errors/libErrors.a \
> > $(top_srcdir)/src/lib/libLib.a
>
> I think you mean $(top_builddir). $(top_srcdir) is used to refers to
> source files.
>
> - Hari
>