mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-09 01:18:00 +03:00
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:
parent
71f7d5840f
commit
68b0ff45f5
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user