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