"Richard W.M. Jones" <rjones(a)redhat.com> wrote:
Richard W.M. Jones wrote:
> Jim Meyering wrote:
>> -libvirtd_LDADD = ../src/libvirt.la
>> +libvirtd_LDADD = ../src/libvirt.la ../lib/libgnu.la
>
> Shouldn't we be using LIBOBJS (automake feature) here? I kind of
> thought this was how gnulib worked, and it was what I used for the
> previous getaddrinfo implementation.
In fact, doesn't this mean there'll be another shared library built
(and even worse, one just called "gnu")?
It won't be installed.
It's what automake documentation calls a convenience library.