mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-02 20:37:48 +00:00
05e391ae40
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
9 lines
150 B
Meson
9 lines
150 B
Meson
authz_ss.add(genh)
|
|
authz_ss.add(files(
|
|
'base.c',
|
|
'list.c',
|
|
'listfile.c',
|
|
'simple.c',
|
|
))
|
|
|
|
authz_ss.add(when: pam, if_true: files('pamacct.c'))
|