]> Git Repo - qemu.git/blob - authz/Makefile.objs
tests: acpi: refactor rebuild-expected-aml.sh to dump ACPI tables for a specified...
[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.024699 seconds and 4 git commands to generate.