mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 18:23:32 +08:00
meson: add 'pam' install_tag to pam modules
This commit is contained in:
parent
e4bb1a07ef
commit
48139c7c57
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user