wireshark: fix VPATH build

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

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
Pavel Hrdina 2015-03-17 11:36:02 +01:00
parent 4acd2bce26
commit 57f726a50b

View 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