]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: test userdbctl and homectl --help
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 28 Apr 2020 07:08:37 +0000 (09:08 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 28 Apr 2020 07:56:24 +0000 (09:56 +0200)
meson.build

index 9ec53dcb94d9be64f9d79ad530ec22181b009df1..6c9299e27b5b73b99ec84627ee6a496152283c95 100644 (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,