mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
meson: src: build libvirt_driver_nwfilter.so shared module
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Neal Gompa <ngompa13@gmail.com>
This commit is contained in:
parent
b6b45f0b99
commit
cc38e525b4
@ -11,13 +11,6 @@ if WITH_NWFILTER
|
||||
nwfilterxmldir = $(sysconfdir)/libvirt/nwfilter
|
||||
nwfilterxml_DATA = $(NWFILTER_XML_FILES)
|
||||
|
||||
libvirt_driver_nwfilter_la_SOURCES =
|
||||
libvirt_driver_nwfilter_la_LIBADD = \
|
||||
libvirt_driver_nwfilter_impl.la \
|
||||
libvirt.la
|
||||
mod_LTLIBRARIES += libvirt_driver_nwfilter.la
|
||||
libvirt_driver_nwfilter_la_LDFLAGS = $(AM_LDFLAGS_MOD_NOUNDEF)
|
||||
|
||||
sbin_PROGRAMS += virtnwfilterd
|
||||
|
||||
nodist_conf_DATA += nwfilter/virtnwfilterd.conf
|
||||
|
@ -23,4 +23,14 @@ if conf.has('WITH_NWFILTER')
|
||||
conf_inc_dir,
|
||||
],
|
||||
)
|
||||
|
||||
virt_modules += {
|
||||
'name': 'virt_driver_nwfilter',
|
||||
'link_whole': [
|
||||
nwfilter_driver_impl,
|
||||
],
|
||||
'link_args': [
|
||||
libvirt_no_undefined,
|
||||
],
|
||||
}
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user