mirror of
https://github.com/postgres/postgres.git
synced 2026-03-03 05:40:43 -05:00
Don't install ldap_password_func in meson
It should be handled as a test module per commit b6a0d469ca.
This commit is contained in:
parent
b64c8b01c2
commit
e9f075f9a1
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ endif
|
|||
|
||||
ldap_password_func = shared_module('ldap_password_func',
|
||||
ldap_password_func_sources,
|
||||
kwargs: pg_mod_args + {
|
||||
kwargs: pg_test_mod_args + {
|
||||
'dependencies': [ldap, pg_mod_args['dependencies']],
|
||||
},
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue