wireshark: Fix VPATH build

config-post.h included indirectly from packet-libvirt.c stays in
$(top_srcdir) rather than $(top_builddir) which is added automatically.
This commit is contained in:
Jiri Denemark 2014-01-24 13:57:46 +01:00
parent 71f7d5840f
commit 68b0ff45f5

View 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)