From: Daniel P. Berrangé Date: Thu, 1 Aug 2019 15:46:25 +0000 (+0100) Subject: remote: remove useless $(LIBSOCKET) variable X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=a325f454cc9a7ab0279ee3f685ad2c73921d292d;p=libvirt.git 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 Signed-off-by: Daniel P. Berrangé --- diff --git a/src/remote/Makefile.inc.am b/src/remote/Makefile.inc.am index 314b90885f..923bc15cd5 100644 --- a/src/remote/Makefile.inc.am +++ b/src/remote/Makefile.inc.am @@ -181,7 +181,6 @@ endif WITH_DTRACE_PROBES libvirtd_LDADD += \ ../gnulib/lib/libgnu.la \ - $(LIBSOCKET) \ $(NULL) remote/libvirtd.conf: remote/libvirtd.conf.in