This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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
> 





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]