]> Git Repo - qemu.git/blob - authz/Makefile.objs
target/riscv: rationalise softfloat includes
[qemu.git] / authz / Makefile.objs
1 authz-obj-y += base.o
2 authz-obj-y += simple.o
3 authz-obj-y += list.o
4 authz-obj-y += listfile.o
5 authz-obj-$(CONFIG_AUTH_PAM) += pamacct.o
6
7 pamacct.o-libs = -lpam
This page took 0.024328 seconds and 4 git commands to generate.