]> xenbits.xensource.com Git - libvirt.git/commitdiff
wireshark: Fix VPATH build
authorJiri Denemark <jdenemar@redhat.com>
Fri, 24 Jan 2014 12:57:46 +0000 (13:57 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 24 Jan 2014 12:59:52 +0000 (13:59 +0100)
config-post.h included indirectly from packet-libvirt.c stays in
$(top_srcdir) rather than $(top_builddir) which is added automatically.

tools/wireshark/src/Makefile.am

index 81e704129f2c1feeb092ea5b8101080bf16c093c..afe99753345003aa2f9c04761284e5373c7320d2 100644 (file)
@@ -17,6 +17,9 @@
 # <http://www.gnu.org/licenses/>.
 #
 # Author: Yuto KAWAMURA(kawamuray)
+
+INCLUDES = -I$(top_srcdir)
+
 ws_plugin_LTLIBRARIES     = libvirt.la
 libvirt_la_SOURCES        = packet-libvirt.c plugin.c
 libvirt_la_CPPFLAGS       = $(WS_DISSECTOR_CPPFLAGS)