提交 57f726a5 编写于 作者: P Pavel Hrdina

wireshark: fix VPATH build

Add $(top_builddir) paths to INCLUDES to fix VPATH build.
Signed-off-by: NPavel Hrdina <phrdina@redhat.com>
上级 4acd2bce
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册