We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa1dd1 commit ab73291Copy full SHA for ab73291
contrib/auth_delay/meson.build
@@ -10,8 +10,8 @@ if host_system == 'windows'
10
'--FILEDESC', 'auth_delay - delay authentication failure reports',])
11
endif
12
13
-autoinc = shared_module('auth_delay',
+auth_delay = shared_module('auth_delay',
14
auth_delay_sources,
15
kwargs: contrib_mod_args,
16
)
17
-contrib_targets += autoinc
+contrib_targets += auth_delay
0 commit comments