############################################################
-dbus_programs += executable(
+exe = executable(
'systemd',
systemd_sources,
include_directories : includes,
install_rpath : rootlibexecdir,
install : true,
install_dir : rootlibexecdir)
+dbus_programs += exe
+public_programs += exe
meson.add_install_script(meson_make_symlink,
rootlibexecdir / 'systemd',
install : true,
install_dir : systemgeneratordir)
- executable(
+ public_programs += executable(
'systemd-cryptenroll',
systemd_cryptenroll_sources,
include_directories : includes,
endif
if conf.get('ENABLE_FIRSTBOOT') == 1
- executable(
+ public_programs += executable(
'systemd-firstboot',
'src/firstboot/firstboot.c',
include_directories : includes,
install : true,
install_dir : rootlibexecdir)
- executable(
+ public_programs += executable(
'systemd-networkd-wait-online',
systemd_networkd_wait_online_sources,
include_directories : includes,