mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-06 01:57:31 +03:00
meson: src: build libvirt_driver_vz.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
9128ca38d3
commit
3660e6ad35
@ -5,15 +5,6 @@ STATEFUL_DRIVER_SOURCE_FILES += $(addprefix $(srcdir)/,$(VZ_DRIVER_SOURCES))
|
|||||||
|
|
||||||
|
|
||||||
if WITH_VZ
|
if WITH_VZ
|
||||||
libvirt_driver_vz_la_SOURCES =
|
|
||||||
libvirt_driver_vz_la_LIBADD = \
|
|
||||||
libvirt_driver_vz_impl.la \
|
|
||||||
libvirt.la \
|
|
||||||
$(GLIB_LIBS) \
|
|
||||||
$(NULL)
|
|
||||||
mod_LTLIBRARIES += libvirt_driver_vz.la
|
|
||||||
libvirt_driver_vz_la_LDFLAGS = $(AM_LDFLAGS_MOD_NOUNDEF)
|
|
||||||
|
|
||||||
sbin_PROGRAMS += virtvzd
|
sbin_PROGRAMS += virtvzd
|
||||||
|
|
||||||
nodist_conf_DATA += vz/virtvzd.conf
|
nodist_conf_DATA += vz/virtvzd.conf
|
||||||
|
@ -20,4 +20,14 @@ if conf.has('WITH_VZ')
|
|||||||
conf_inc_dir,
|
conf_inc_dir,
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
virt_modules += {
|
||||||
|
'name': 'virt_driver_vz',
|
||||||
|
'link_whole': [
|
||||||
|
vz_driver_impl,
|
||||||
|
],
|
||||||
|
'link_args': [
|
||||||
|
libvirt_no_undefined,
|
||||||
|
],
|
||||||
|
}
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user