Skip to content

Commit e9f075f

Browse files
committed
Don't install ldap_password_func in meson
It should be handled as a test module per commit b6a0d46.
1 parent b64c8b0 commit e9f075f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/modules/ldap_password_func/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ endif
1414

1515
ldap_password_func = shared_module('ldap_password_func',
1616
ldap_password_func_sources,
17-
kwargs: pg_mod_args + {
17+
kwargs: pg_test_mod_args + {
1818
'dependencies': [ldap, pg_mod_args['dependencies']],
1919
},
2020
)

0 commit comments

Comments
 (0)