diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-04-28 09:08:37 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-04-28 09:56:24 +0200 |
commit | 460e5af05d7a638329d06ce56c2930eba02a4a28 (patch) | |
tree | 7badc53708b4a224ccfe5516457718f743cb0c13 /meson.build | |
parent | userdbctl: make --help fit in 80 columns (diff) | |
download | systemd-460e5af05d7a638329d06ce56c2930eba02a4a28.tar.xz systemd-460e5af05d7a638329d06ce56c2930eba02a4a28.zip |
meson: test userdbctl and homectl --help
Diffstat (limited to '')
-rw-r--r-- | meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build index 9ec53dcb94..6c9299e27b 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, |