mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
meson: introduce datatypes sources
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
fe82b3e480
commit
cd379d3e1a
@ -106,8 +106,6 @@ augeasdir = $(datadir)/augeas/lenses
|
||||
|
||||
augeastestdir = $(datadir)/augeas/lenses/tests
|
||||
|
||||
# Internal generic driver infrastructure
|
||||
DATATYPES_SOURCES = datatypes.h datatypes.c
|
||||
DRIVER_SOURCES += \
|
||||
driver.c driver.h \
|
||||
driver-hypervisor.h \
|
||||
|
@ -36,6 +36,13 @@ if conf.has('WITH_SECDRIVER_APPARMOR')
|
||||
endif
|
||||
|
||||
|
||||
# Internal generic driver infrastructure
|
||||
|
||||
datatypes_sources = [
|
||||
'datatypes.c',
|
||||
]
|
||||
|
||||
|
||||
# generate systemtap files
|
||||
|
||||
systemtap_dir = datadir / 'systemtap' / 'tapset'
|
||||
|
Loading…
x
Reference in New Issue
Block a user