aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2023-11-08 11:27:28 +0100
committerPeter Eisentraut <peter@eisentraut.org>2023-11-08 11:27:28 +0100
commite9f075f9a15593fe31c610e15cfc71a5fa281ede (patch)
tree38f20a71f7d9e1d314a11142b58649cabc3fb91c /src
parentb64c8b01c275f802372b6860793737219fe2fd62 (diff)
downloadpostgresql-e9f075f9a15593fe31c610e15cfc71a5fa281ede.tar.gz
postgresql-e9f075f9a15593fe31c610e15cfc71a5fa281ede.zip
Don't install ldap_password_func in meson
It should be handled as a test module per commit b6a0d469ca.
Diffstat (limited to 'src')
-rw-r--r--src/test/modules/ldap_password_func/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/modules/ldap_password_func/meson.build b/src/test/modules/ldap_password_func/meson.build
index 63dc852bf3c..209b6683373 100644
--- a/src/test/modules/ldap_password_func/meson.build
+++ b/src/test/modules/ldap_password_func/meson.build
@@ -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']],
},
)