[libvirt] [PATCH] tools/wireshark: fix rpm build

There is a missing include of $(top_srcdir)/include to handle "libvirt/libvirt.h" header file. Signed-off-by: Pavel Hrdina <phrdina@redhat.com> --- tools/wireshark/src/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tools/wireshark/src/Makefile.am b/tools/wireshark/src/Makefile.am index 40fe368..61ddb38 100644 --- a/tools/wireshark/src/Makefile.am +++ b/tools/wireshark/src/Makefile.am @@ -18,7 +18,11 @@ # # Author: Yuto KAWAMURA(kawamuray) -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/gnulib/lib +INCLUDES = \ + -I$(top_srcdir) \ + -I$(top_srcdir)/src \ + -I$(top_srcdir)/include \ + -I$(top_srcdir)/gnulib/lib ws_plugin_LTLIBRARIES = libvirt.la libvirt_la_SOURCES = packet-libvirt.h packet-libvirt.c plugin.c -- 1.8.5.5

On 07/08/14 09:31, Pavel Hrdina wrote:
There is a missing include of $(top_srcdir)/include to handle "libvirt/libvirt.h" header file.
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> --- tools/wireshark/src/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
ACK, Peter

On 8.7.2014 09:33, Peter Krempa wrote:
On 07/08/14 09:31, Pavel Hrdina wrote:
There is a missing include of $(top_srcdir)/include to handle "libvirt/libvirt.h" header file.
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> --- tools/wireshark/src/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
ACK,
Peter
Thanks, pushed. Pavel
participants (2)
-
Pavel Hrdina
-
Peter Krempa