From: Andrea Bolognani Date: Wed, 26 Oct 2016 14:06:18 +0000 (+0200) Subject: wireshark: Don't redefine ws_plugindir X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=3abb8b696944a331a979fb24c4c29b0b9d8bcb76;p=libvirt.git wireshark: Don't redefine ws_plugindir autoconf already defines the variable for us, and prints out a warning if we try to do it a second time. So let's not :) --- diff --git a/tools/Makefile.am b/tools/Makefile.am index 319abb2911..100e657f7b 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -398,7 +398,6 @@ EXTRA_DIST += \ if WITH_WIRESHARK_DISSECTOR -ws_plugindir = @ws_plugindir@ ws_plugin_LTLIBRARIES = wireshark/src/libvirt.la wireshark_src_libvirt_la_CPPFLAGS = \ -I wireshark/src $(WIRESHARK_DISSECTOR_CFLAGS)