[libvirt] [PATCH] wireshark: fix VPATH build

Pavel Hrdina phrdina at redhat.com
Tue Mar 17 10:52:21 UTC 2015


Add $(top_builddir) paths to INCLUDES to fix VPATH build.

Signed-off-by: Pavel Hrdina <phrdina at redhat.com>
---

Pushed under build-breaker rule.

 tools/wireshark/src/Makefile.am | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tools/wireshark/src/Makefile.am b/tools/wireshark/src/Makefile.am
index d4edc65..a7d775f 100644
--- a/tools/wireshark/src/Makefile.am
+++ b/tools/wireshark/src/Makefile.am
@@ -20,9 +20,9 @@
 
 INCLUDES = \
   -I$(top_srcdir) \
-  -I$(top_srcdir)/src \
-  -I$(top_srcdir)/include \
-  -I$(top_srcdir)/gnulib/lib
+  -I$(top_srcdir)/src -I$(top_builddir)/src	\
+  -I$(top_srcdir)/include -I$(top_builddir)/include	\
+  -I$(top_srcdir)/gnulib/lib -I$(top_builddir)/gnulib/lib
 
 ws_plugin_LTLIBRARIES     = libvirt.la
 libvirt_la_SOURCES        = packet-libvirt.h packet-libvirt.c plugin.c
-- 
2.0.5




More information about the libvir-list mailing list