diff options
author | Marc-André Lureau | 2019-07-15 20:54:34 +0200 |
---|---|---|
committer | Paolo Bonzini | 2020-08-21 12:30:15 +0200 |
commit | 5e7fbd25157342b3b983779939419fb328e00f4c (patch) | |
tree | bb60d53304fbf9df16eef6febe4f9b2055f31b5c /authz/Makefile.objs | |
parent | meson: convert qom directory to Meson (tools part) (diff) | |
download | qemu-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.objs | 7 |
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 |