diff --git a/meson.build b/meson.build index 6ff96da950..08c9c842ab 100644 --- a/meson.build +++ b/meson.build @@ -3859,6 +3859,22 @@ executable( install : true, install_dir : rootlibexecdir) +if have_standalone_binaries + executable( + 'systemd-shutdown.standalone', + systemd_shutdown_sources, + include_directories : includes, + c_args : '-DSTANDALONE', + link_with : [libshared_static, + libbasic, + libsystemd_static], + dependencies : [libmount, + versiondep], + install_rpath : rootpkglibdir, + install : true, + install_dir : rootlibexecdir) +endif + executable( 'systemd-update-done', 'src/update-done/update-done.c',