On Jan 17, 2001, Eric Lemings <[EMAIL PROTECTED]> wrote:
> How do you build a library using Libtool from source files that are
> located in different directories?
> I know Libtool doesn't currently support this feature but surely there
> are some software distributions out there that already do
> "Eric" == Eric Lemings <[EMAIL PROTECTED]> writes:
Eric> I know Libtool doesn't currently support this feature but
Eric> surely there are some software distributions out there that
Eric> already do something like this?
You can use convenience libraries...
Current versions of l
Eric Lemings wrote:
>
> Dear Libtoolers,
>
> How do you build a library using Libtool from source files that are
> located in different directories?
I use VPATH to tell GNU make to look in other directories.
For example, one of my Makefile.am's has this definition:
VPATH = @srcdir@ : \
@top_s