mirror of https://gitee.com/openkylin/libvirt.git
build: Fix 'make rpm' in VPATH with wireshark
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
530a3c7e5f
commit
9073f8a720
|
@ -20,3 +20,4 @@
|
|||
if WITH_WIRESHARK_DISSECTOR
|
||||
SUBDIRS = src
|
||||
endif WITH_WIRESHARK_DISSECTOR
|
||||
EXTRA_DIST = util/genxdrstub.pl util/make-dissector-reg
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
INCLUDES = -I$(top_srcdir)
|
||||
|
||||
ws_plugin_LTLIBRARIES = libvirt.la
|
||||
libvirt_la_SOURCES = packet-libvirt.c plugin.c
|
||||
libvirt_la_SOURCES = packet-libvirt.h packet-libvirt.c plugin.c
|
||||
libvirt_la_CPPFLAGS = $(WS_DISSECTOR_CPPFLAGS)
|
||||
libvirt_la_LDFLAGS = -avoid-version -module
|
||||
|
||||
|
|
Loading…
Reference in New Issue