meson: add 'pam' install_tag to pam modules

This commit is contained in:
Mike Gilbert 2022-05-15 17:43:48 -04:00 committed by Luca Boccassi
parent e4bb1a07ef
commit 48139c7c57

View file

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