]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
wireshark: fix VPATH build
authorPavel Hrdina <phrdina@redhat.com>
Tue, 17 Mar 2015 10:36:02 +0000 (11:36 +0100)
committerPavel Hrdina <phrdina@redhat.com>
Tue, 17 Mar 2015 10:49:28 +0000 (11:49 +0100)
Add $(top_builddir) paths to INCLUDES to fix VPATH build.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
tools/wireshark/src/Makefile.am

index d4edc655decc0d0607e6a9ac2e35bef1357c6742..a7d775f6ee3278be59b2ed95781a4a8da57a903a 100644 (file)
@@ -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