Don't install ldap_password_func in meson
authorPeter Eisentraut <[email protected]>
Wed, 8 Nov 2023 10:27:28 +0000 (11:27 +0100)
committerPeter Eisentraut <[email protected]>
Wed, 8 Nov 2023 10:27:28 +0000 (11:27 +0100)
It should be handled as a test module per commit b6a0d469ca.

src/test/modules/ldap_password_func/meson.build

index 63dc852bf3c013d72c4089a86c3ade070084acca..209b66833734f4966e24fca8e02b85fb8c08b35f 100644 (file)
@@ -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']],
   },
 )