]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Export systemd-networkd D-Bus XML introspection
authorigo95862 <igo95862@yandex.ru>
Fri, 10 Dec 2021 16:22:23 +0000 (19:22 +0300)
committerLuca Boccassi <luca.boccassi@gmail.com>
Sat, 11 Dec 2021 00:42:39 +0000 (00:42 +0000)
meson.build

index daa19f0ed796fb53a3293478165fab1647c8396d..bc7a8f76e8d7f6c9b428cc3b2749430b381de368 100644 (file)
@@ -3421,7 +3421,7 @@ public_programs += executable(
         install : true)
 
 if conf.get('ENABLE_NETWORKD') == 1
-        executable(
+        dbus_programs += executable(
                 'systemd-networkd',
                 systemd_networkd_sources,
                 include_directories : network_includes,