From: Mike Gilbert Date: Sun, 15 May 2022 21:43:48 +0000 (-0400) Subject: meson: add 'pam' install_tag to pam modules X-Git-Tag: v251~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48139c7c570d8863cb883cf3f08fce0497ff0bd2;p=thirdparty%2Fsystemd.git meson: add 'pam' install_tag to pam modules --- diff --git a/meson.build b/meson.build index a4e49cb373c..36cbfa48938 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