mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-09 06:25:19 +00:00
remote: remove useless $(LIBSOCKET) variable
GNULIB sets $(LIBSOCKET) on mingw to pull in the windows socket APIs. This is trivially not required, since we don't build libvirtd on mingw. Reviewed-by: Andrea Bolognani <abologna@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
5f449aea19
commit
a325f454cc
@ -181,7 +181,6 @@ endif WITH_DTRACE_PROBES
|
|||||||
|
|
||||||
libvirtd_LDADD += \
|
libvirtd_LDADD += \
|
||||||
../gnulib/lib/libgnu.la \
|
../gnulib/lib/libgnu.la \
|
||||||
$(LIBSOCKET) \
|
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
remote/libvirtd.conf: remote/libvirtd.conf.in
|
remote/libvirtd.conf: remote/libvirtd.conf.in
|
||||||
|
Loading…
Reference in New Issue
Block a user