This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: external dir objects to be included in shared lib
- From: Sylvain GIL <sylvain dot gil at solsoft dot fr>
- To: automake at gnu dot org
- Date: Mon, 26 Nov 2001 00:13:55 +0100
- Subject: Re: external dir objects to be included in shared lib
- List-id: Discussion list for automake <automake.gnu.org>
- References: <20011121154822.A4340@enlightened.solsoft.fr>
On Wed, Nov 21, 2001 at 03:48:22PM +0100, Sylvain GIL wrote:
> I'm looking for the good way to link objects found in mylib/libmissing/
> to the shared library created in mylib/src/. I know building a static
> lib in libmissing and linking it to my shared lib is the bad way to do
> it but is there a better solution ?
>
> Actually my mylib/src/Makefile.am contains the following line, how can I
> precise I just want to link ../src/libmissing/*.o instead ?
>
> mylib_la_LIBADD = ../libmissing/libmissing.a
Any idea ?
Thanks,
--
Sylvain.