]> xenbits.xensource.com Git - libvirt.git/commitdiff
wireshark: Don't redefine ws_plugindir
authorAndrea Bolognani <abologna@redhat.com>
Wed, 26 Oct 2016 14:06:18 +0000 (16:06 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 7 Nov 2016 09:16:06 +0000 (10:16 +0100)
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

index 319abb2911e1ff4dabd128f534bd67bfb002b038..100e657f7b45381417f84ed25090192a69a54f44 100644 (file)
@@ -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)