summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorYuto KAWAMURA(kawamuray) <kawamuray.dadada@gmail.com>2014-01-16 02:06:58 +0900
committerMichal Privoznik <mprivozn@redhat.com>2014-01-20 17:09:41 +0100
commit4f32c5f793a5e300984fd826c14775d4932dfaa6 (patch)
tree02a5f17ce79aa2cebaaa613d8c4a9f47ef166d84 /Makefile.am
parenta1cbe4b5a944ef1d9e04f11b7d1efcec2a503bc8 (diff)
downloadlibvirt-4f32c5f793a5e300984fd826c14775d4932dfaa6.tar.gz
Introduce Libvirt Wireshark dissector
Introduce Wireshark dissector plugin which adds support to Wireshark for dissecting libvirt RPC protocol. Added following files to build Wireshark dissector from libvirt source tree. * tools/wireshark/*: Source tree of Wireshark dissector plugin. Added followings to configure.ac or Makefile.am. configure.ac * --with-wireshark-dissector: Enable support for building Wireshark dissector. * --with-ws-plugindir: Specify wireshark plugin directory that dissector will installed. * Added tools/wireshark/{Makefile,src/Makefile} to AC_CONFIG_FILES. Makefile.am * Added tools/wireshark/ to SUBDIR.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index eb88fee66c..9847ff0665 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,7 +22,8 @@ GENHTML = genhtml
SUBDIRS = . gnulib/lib include src daemon tools docs gnulib/tests \
tests po examples/object-events examples/hellolibvirt \
examples/dominfo examples/domsuspend examples/apparmor \
- examples/xml/nwfilter examples/openauth examples/systemtap
+ examples/xml/nwfilter examples/openauth examples/systemtap \
+ tools/wireshark
ACLOCAL_AMFLAGS = -I m4