Jose Roman Bilbao <[EMAIL PROTECTED]> writes:
> 1st: I have a multiple subdirectories project. One of those directories
> stores again multiple subdirectories. In each of them a librtary
> (shared) is built and stored in .lib (local) directory. Te thing is that
> I would like all my libraries to be
Thank you for correcting me.
with regards,
Santosh.
On Tue, 17 Jun 2003, Raja R Harinath wrote:
> Hi,
>
> Santosh <[EMAIL PROTECTED]> writes:
>
> > For the second question, you can use the $(top_srcdir)
> > variable and give the complete path of your library.
> >
> > example:
> > 2Dint
Hi,
Santosh <[EMAIL PROTECTED]> 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 \
> $(
hi,
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
with re
Hi,
I am finally reaching the end of my "autotoolization" of my program but
I still have two questions I think will be easy to solve but I can not
figure out how to do it...
1st: I have a multiple subdirectories project. One of those directories
stores again multiple subdirectories. In each of th