From 48139c7c570d8863cb883cf3f08fce0497ff0bd2 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sun, 15 May 2022 17:43:48 -0400 Subject: [PATCH] meson: add 'pam' install_tag to pam modules --- meson.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meson.build b/meson.build index a4e49cb373..36cbfa4893 100644 --- a/meson.build +++ b/meson.build @@ -2399,6 +2399,7 @@ if conf.get('ENABLE_LOGIND') == 1 libpam_misc], link_depends : pam_systemd_sym, install : true, + install_tag : 'pam', install_dir : pamlibdir) if want_tests != 'false' @@ -2627,6 +2628,7 @@ if conf.get('ENABLE_HOMED') == 1 libcrypt], link_depends : pam_systemd_home_sym, install : true, + install_tag : 'pam', install_dir : pamlibdir) endif endif