libvirt/tools/wireshark/src/meson.build
Pavel Hrdina faf8dfc2d4 meson: tools/wireshark: build libvirt.so wireshark module
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Neal Gompa <ngompa13@gmail.com>
2020-08-03 09:27:05 +02:00

18 lines
243 B
Meson

subdir('libvirt')
shared_library(
'virt',
[
'packet-libvirt.c',
'plugin.c',
wireshark_protocol,
],
dependencies: [
wireshark_dep,
xdr_dep,
tools_dep,
],
install: true,
install_dir: wireshark_plugindir,
)