diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2019-07-18 13:19:02 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:12 -0400 |
commit | f15bff25f7c6843d698e122dc8d1b5927360f6c1 (patch) | |
tree | d3f50045525d19e6290bcdac8519b9c10b779fc6 /Makefile.objs | |
parent | cfad62f1fa019b7c921112ae7c1e4c6fbf087929 (diff) | |
download | qemu-f15bff25f7c6843d698e122dc8d1b5927360f6c1.zip qemu-f15bff25f7c6843d698e122dc8d1b5927360f6c1.tar.gz qemu-f15bff25f7c6843d698e122dc8d1b5927360f6c1.tar.bz2 |
meson: convert qemu-ga
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.objs b/Makefile.objs index 1486254..259f993 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -98,5 +98,4 @@ version-obj-$(CONFIG_WIN32) += $(BUILD_DIR)/version.o # FIXME: a few definitions from qapi/qapi-types.o and # qapi/qapi-visit.o are needed by libqemuutil.a. These should be # extracted into a QAPI schema module, or perhaps a separate schema. -qga-obj-y = qga/ qga-vss-dll-obj-y = qga/ |