OSDN Git Service

authz: Move the creation of the library to the main meson.build
[qmiga/qemu.git] / authz / meson.build
1 authz_ss.add(genh)
2 authz_ss.add(files(
3   'base.c',
4   'list.c',
5   'listfile.c',
6   'simple.c',
7 ))
8
9 authz_ss.add(when: ['CONFIG_AUTH_PAM', pam], if_true: files('pamacct.c'))