automake
[Top][All Lists]
Advanced

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

Re: How to configure LIBOBJS


From: Alexandre Duret-Lutz
Subject: Re: How to configure LIBOBJS
Date: Tue, 13 Jan 2004 01:00:53 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

>>> "Juliano" == Juliano Ravasi Ferraz <address@hidden> writes:

 Juliano> Ralf Wildenhues wrote:
 >> $ cat lib/Makefile.am
 >> noinst_LIBRARIES = libreplace.a
 >> libreplace_a_SOURCES =
 >> libreplace_a_LIBADD = $(LIBOBJS)
 >> $ cat src/Makefile.am
 >> bin_PROGRAMS = foo
 >> LDADD = ../lib/libreplace.a

 Juliano> I can't do that. The project is a shared library and a
 Juliano> set of utilities which uses it.

You could do the same with a Libtool convenience library.

noinst_LTLIBRARIES = libreplace.la
libreplace_a_SOURCES =
libreplace_a_LIBADD = $(LTLIBOBJS)

[...]

 Juliano> Is there some planning to fix this bug? 

No... Help welcome!
http://sources.redhat.com/automake/contribute.html
-- 
Alexandre Duret-Lutz





reply via email to

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