1
0
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:
Pavel Hrdina 2020-06-25 15:41:34 +02:00
parent fe82b3e480
commit cd379d3e1a
2 changed files with 7 additions and 2 deletions

View File

@ -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 \

View File

@ -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'