]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/machine/meson.build
Merge pull request #17549 from yuwata/tiny-fixes
[thirdparty/systemd.git] / src / machine / meson.build
index 953774fdb6d41285be4ca3e1168c4a2b2720a81a..ebbd46d4f25e1b7a2135f18e2bf243edeab3752f 100644 (file)
@@ -1,16 +1,21 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
 systemd_machined_sources = files('''
         machined.c
         machined.h
 '''.split())
 
 libmachine_core_sources = files('''
+        image-dbus.c
+        image-dbus.h
+        machine-dbus.c
+        machine-dbus.h
         machine.c
         machine.h
+        machined-core.c
         machined-dbus.c
-        machine-dbus.c
-        machine-dbus.h
-        image-dbus.c
-        image-dbus.h
+        machined-varlink.c
+        machined-varlink.h
         operation.c
         operation.h
 '''.split())
@@ -21,19 +26,13 @@ libmachine_core = static_library(
         include_directories : includes,
         dependencies : [threads])
 
-if conf.get('ENABLE_MACHINED', 0) == 1
+if conf.get('ENABLE_MACHINED') == 1
         install_data('org.freedesktop.machine1.conf',
                      install_dir : dbuspolicydir)
         install_data('org.freedesktop.machine1.service',
                      install_dir : dbussystemservicedir)
-
-        custom_target(
-                'org.freedesktop.machine1.policy',
-                input : 'org.freedesktop.machine1.policy.in',
-                output : 'org.freedesktop.machine1.policy',
-                command : intltool_command,
-                install : install_polkit,
-                install_dir : polkitpolicydir)
+        install_data('org.freedesktop.machine1.policy',
+                     install_dir : polkitpolicydir)
 endif
 
 tests += [