]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
tools/wireshark: fix rpm build
authorPavel Hrdina <phrdina@redhat.com>
Tue, 8 Jul 2014 06:33:53 +0000 (08:33 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Tue, 8 Jul 2014 07:30:45 +0000 (09:30 +0200)
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

index 40fe36855ad639461c4e2de48572fcde54c4a730..61ddb388f55bbcc3112bc83c67bb458061241986 100644 (file)
 #
 # 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