>>> "Juliano" == Juliano Ravasi Ferraz <[EMAIL PROTECTED]> 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