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:
Daniel P. Berrangé 2019-08-01 16:46:25 +01:00
parent 5f449aea19
commit a325f454cc

View File

@ -181,7 +181,6 @@ endif WITH_DTRACE_PROBES
libvirtd_LDADD += \
../gnulib/lib/libgnu.la \
$(LIBSOCKET) \
$(NULL)
remote/libvirtd.conf: remote/libvirtd.conf.in