]> xenbits.xensource.com Git - libvirt.git/commitdiff
remote: remove useless $(LIBSOCKET) variable
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 1 Aug 2019 15:46:25 +0000 (16:46 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 9 Aug 2019 13:06:31 +0000 (14:06 +0100)
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>
src/remote/Makefile.inc.am

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