]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
meson: introduce datatypes sources
authorPavel Hrdina <phrdina@redhat.com>
Thu, 25 Jun 2020 13:41:34 +0000 (15:41 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Mon, 3 Aug 2020 07:27:04 +0000 (09:27 +0200)
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Neal Gompa <ngompa13@gmail.com>
src/Makefile.am
src/meson.build

index 57549ec254195ed14353ea01ba8f621b4a86f907..ea487597bda91d7371db0d37e95db7ec1c473869 100644 (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 \
index 61f8b933d4c918bd3535de2c1ffbd4200b91a2a8..5f7b69590fd33d20bbbcffb2af27319ebf848185 100644 (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'