mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
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:
parent
4acd2bce26
commit
57f726a50b
@ -20,9 +20,9 @@
|
|||||||
|
|
||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src -I$(top_builddir)/src \
|
||||||
-I$(top_srcdir)/include \
|
-I$(top_srcdir)/include -I$(top_builddir)/include \
|
||||||
-I$(top_srcdir)/gnulib/lib
|
-I$(top_srcdir)/gnulib/lib -I$(top_builddir)/gnulib/lib
|
||||||
|
|
||||||
ws_plugin_LTLIBRARIES = libvirt.la
|
ws_plugin_LTLIBRARIES = libvirt.la
|
||||||
libvirt_la_SOURCES = packet-libvirt.h packet-libvirt.c plugin.c
|
libvirt_la_SOURCES = packet-libvirt.h packet-libvirt.c plugin.c
|
||||||
|
Loading…
Reference in New Issue
Block a user