meson: test userdbctl and homectl --help

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2020-04-28 09:08:37 +02:00
parent 7009610ff5
commit 460e5af05d
1 changed files with 2 additions and 2 deletions

View File

@ -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,