summaryrefslogtreecommitdiffstats
path: root/authz/Makefile.objs
diff options
context:
space:
mode:
authorMarc-André Lureau2019-07-15 20:54:34 +0200
committerPaolo Bonzini2020-08-21 12:30:15 +0200
commit5e7fbd25157342b3b983779939419fb328e00f4c (patch)
treebb60d53304fbf9df16eef6febe4f9b2055f31b5c /authz/Makefile.objs
parentmeson: convert qom directory to Meson (tools part) (diff)
downloadqemu-5e7fbd25157342b3b983779939419fb328e00f4c.tar.gz
qemu-5e7fbd25157342b3b983779939419fb328e00f4c.tar.xz
qemu-5e7fbd25157342b3b983779939419fb328e00f4c.zip
meson: convert authz directory to Meson
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'authz/Makefile.objs')
-rw-r--r--authz/Makefile.objs7
1 files changed, 0 insertions, 7 deletions
diff --git a/authz/Makefile.objs b/authz/Makefile.objs
deleted file mode 100644
index ed7b273596..0000000000
--- a/authz/Makefile.objs
+++ /dev/null
@@ -1,7 +0,0 @@
-authz-obj-y += base.o
-authz-obj-y += simple.o
-authz-obj-y += list.o
-authz-obj-y += listfile.o
-authz-obj-$(CONFIG_AUTH_PAM) += pamacct.o
-
-pamacct.o-libs = -lpam