mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-01 05:47:04 +03:00
meson: test userdbctl and homectl --help
This commit is contained in:
parent
7009610ff5
commit
460e5af05d
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user