From: Zbigniew Jędrzejewski-Szmek Date: Tue, 28 Apr 2020 07:08:37 +0000 (+0200) Subject: meson: test userdbctl and homectl --help X-Git-Tag: v246-rc1~481^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=460e5af05d7a638329d06ce56c2930eba02a4a28;p=thirdparty%2Fsystemd.git meson: test userdbctl and homectl --help --- diff --git a/meson.build b/meson.build index 9ec53dcb94d..6c9299e27b5 100644 --- a/meson.build +++ b/meson.build @@ -2084,7 +2084,7 @@ if conf.get('ENABLE_USERDB') == 1 install : true, install_dir : rootlibexecdir) - executable( + public_programs += executable( 'userdbctl', userdbctl_sources, include_directories : includes, @@ -2125,7 +2125,7 @@ if conf.get('ENABLE_HOMED') == 1 install : true, install_dir : rootlibexecdir) - executable( + public_programs += executable( 'homectl', homectl_sources, include_directories : includes,