[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 2 questions about libraries
From: |
Raja R Harinath |
Subject: |
Re: 2 questions about libraries |
Date: |
Tue, 17 Jun 2003 07:19:44 -0500 |
User-agent: |
Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) |
Hi,
Santosh <address@hidden> 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
--
Raja R Harinath ------------------------------ address@hidden