From 3abb8b696944a331a979fb24c4c29b0b9d8bcb76 Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Wed, 26 Oct 2016 16:06:18 +0200 Subject: [PATCH] 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 :) --- tools/Makefile.am | 1 - 1 file changed, 1 deletion(-) 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)