mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 12:48:51 +00:00
12 lines
276 B
Meson
12 lines
276 B
Meson
|
custom_target('pam-test-service',
|
||
|
command: 'true',
|
||
|
output: 'null',
|
||
|
depend_files: configure_file(
|
||
|
input: 'pam-test-service.in',
|
||
|
output: 'pam-test-service',
|
||
|
configuration: configuration_data({
|
||
|
'KEYRING_PAM': pam_gnome_keyring.full_path(),
|
||
|
}),
|
||
|
),
|
||
|
)
|