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: pam, if_true: files('pamacct.c')) 10
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: pam, if_true: files('pamacct.c')) 10