* [EMAIL PROTECTED] 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
