[libvirt] [PATCH] build: Fix 'make rpm' in VPATH with wireshark

Martin Kletzander mkletzan at redhat.com
Tue Feb 4 09:57:45 UTC 2014


Signed-off-by: Martin Kletzander <mkletzan at 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
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




More information about the libvir-list mailing list