mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05:00
build: Fix 'make rpm' in VPATH with wireshark
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user