[Top][All Lists]
[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
- Re: parallel testsuite execution, Akim Demaille, 2007/10/24
- Re: parallel testsuite execution, txie, 2007/10/24
- creating shared libraries (was: parallel testsuite execution), Ralf Wildenhues, 2007/10/24
- Re: creating shared libraries (was: parallel testsuite execution), txie, 2007/10/24
- Re: creating shared libraries,
Ralf Wildenhues <=
- Re: creating shared libraries, txie, 2007/10/25
- Re: creating shared libraries, Ralf Wildenhues, 2007/10/25
- Re: creating shared libraries, txie, 2007/10/26
- Re: creating shared libraries, Ralf Wildenhues, 2007/10/26
- Re: creating shared libraries, txie, 2007/10/29
Re: parallel testsuite execution, Ralf Wildenhues, 2007/10/24