From a325f454cc9a7ab0279ee3f685ad2c73921d292d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Thu, 1 Aug 2019 16:46:25 +0100 Subject: [PATCH] remote: remove useless $(LIBSOCKET) variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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é --- src/remote/Makefile.inc.am | 1 - 1 file changed, 1 deletion(-) 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 -- GitLab