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 :)
This commit is contained in:
Andrea Bolognani
2016-11-07 10:16:06 +01:00
parent 2d649f800f
commit 3abb8b6969
-1
View 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)