]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/machine/meson.build
resolve: allow configurable bind address
[thirdparty/systemd.git] / src / machine / meson.build
index 693503da539fd4fb819c15ec31f72b2891e2951a..291630ece988b445daa600cb8e728a63985a744f 100644 (file)
@@ -1,16 +1,21 @@
+# SPDX-License-Identifier: LGPL-2.1+
+
 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())
@@ -26,14 +31,8 @@ if conf.get('ENABLE_MACHINED') == 1
                      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 += [