diff options
| author | Marc-André Lureau | 2019-07-15 09:39:13 +0200 |
|---|---|---|
| committer | Paolo Bonzini | 2020-08-21 12:30:12 +0200 |
| commit | 7272fc72682c2573c67136e2c175d33d00d8905b (patch) | |
| tree | a3922cfcbffade17e643b85f7e756a1b66741ca5 /Makefile.objs | |
| parent | meson: convert qemu-ga (diff) | |
| download | qemu-7272fc72682c2573c67136e2c175d33d00d8905b.tar.gz qemu-7272fc72682c2573c67136e2c175d33d00d8905b.tar.xz qemu-7272fc72682c2573c67136e2c175d33d00d8905b.zip | |
meson: convert vss-win32
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 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile.objs b/Makefile.objs index 259f9936ac..baf15656e8 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -91,11 +91,3 @@ common-obj-y += disas/ ###################################################################### # Resource file for Windows executables version-obj-$(CONFIG_WIN32) += $(BUILD_DIR)/version.o - -###################################################################### -# guest agent - -# 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-vss-dll-obj-y = qga/ |
