automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: creating shared libraries


From: Ralf Wildenhues
Subject: Re: creating shared libraries
Date: Wed, 24 Oct 2007 21:19:37 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

* address@hidden wrote on Wed, Oct 24, 2007 at 08:45:36PM CEST:
>
> But I have another question about shared library. If I want to create one
> shared library from many source files in different sub-directories of
> /src, how to do then?

Like this:

lib_LTLIBRARIES = libfoo.la
libfoo_la_SOURCES = \
        foo.c \
        subdir/bar.c \
        another-subdir

Cheers,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]