
On Tue, Feb 04, 2014 at 10:57:45AM +0100, Martin Kletzander wrote:
Signed-off-by: Martin Kletzander <mkletzan@redhat.com> --- tools/wireshark/Makefile.am | 1 + tools/wireshark/src/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/tools/wireshark/Makefile.am b/tools/wireshark/Makefile.am index b6fa57c..28e6ed8 100644 --- a/tools/wireshark/Makefile.am +++ b/tools/wireshark/Makefile.am @@ -20,3 +20,4 @@ if WITH_WIRESHARK_DISSECTOR SUBDIRS = src endif WITH_WIRESHARK_DISSECTOR +EXTRA_DIST = util/genxdrstub.pl util/make-dissector-reg
I'd add samples/libvirt-sample.pdml as well even though it's just a sample file and not required for building. ACK with/without this change. Christophe
diff --git a/tools/wireshark/src/Makefile.am b/tools/wireshark/src/Makefile.am index afe9975..44f22be 100644 --- a/tools/wireshark/src/Makefile.am +++ b/tools/wireshark/src/Makefile.am @@ -21,7 +21,7 @@ INCLUDES = -I$(top_srcdir)
ws_plugin_LTLIBRARIES = libvirt.la -libvirt_la_SOURCES = packet-libvirt.c plugin.c +libvirt_la_SOURCES = packet-libvirt.h packet-libvirt.c plugin.c libvirt_la_CPPFLAGS = $(WS_DISSECTOR_CPPFLAGS) libvirt_la_LDFLAGS = -avoid-version -module
-- 1.8.5.3
-- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list