Fix copy-pasto in contrib/auth_delay/meson.build variable name.

This commit is contained in:
Noah Misch 2023-04-02 09:31:10 -07:00
parent eaa1dd131c
commit ab73291d26
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ if host_system == 'windows'
'--FILEDESC', 'auth_delay - delay authentication failure reports',])
endif
autoinc = shared_module('auth_delay',
auth_delay = shared_module('auth_delay',
auth_delay_sources,
kwargs: contrib_mod_args,
)
contrib_targets += autoinc
contrib_targets += auth_delay