projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eaa1dd1
)
Fix copy-pasto in contrib/auth_delay/meson.build variable name.
author
Noah Misch
<
[email protected]
>
Sun, 2 Apr 2023 16:31:10 +0000
(09:31 -0700)
committer
Noah Misch
<
[email protected]
>
Sun, 2 Apr 2023 16:31:10 +0000
(09:31 -0700)
contrib/auth_delay/meson.build
patch
|
blob
|
blame
|
history
diff --git
a/contrib/auth_delay/meson.build
b/contrib/auth_delay/meson.build
index f3a81dc4db69fb4d3e72f9d263b425c07c9108d6..f2b2da0551a163767663a73cab45ec31632ec555 100644
(file)
--- a/
contrib/auth_delay/meson.build
+++ b/
contrib/auth_delay/meson.build
@@
-10,8
+10,8
@@
if host_system == 'windows'
'--FILEDESC', 'auth_delay - delay authentication failure reports',])
endif
-aut
oinc
= shared_module('auth_delay',
+aut
h_delay
= shared_module('auth_delay',
auth_delay_sources,
kwargs: contrib_mod_args,
)
-contrib_targets += aut
oinc
+contrib_targets += aut
h_delay