X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile.objs;h=2b6c1fe2a802dec7e91e242e7d4f2750f797f687;hb=376827d48922941d16ef9949672e86f820005d0a;hp=f46a4cdd6a099ec162e1129b5147f881efb123bf;hpb=b5d54bd42158b90b239bb6ce9c13072eb3a53fd2;p=qemu.git diff --git a/Makefile.objs b/Makefile.objs index f46a4cdd6..2b6c1fe2a 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -109,6 +109,7 @@ version-lobj-$(CONFIG_WIN32) += $(BUILD_DIR)/version.lo # FIXME: a few definitions from qapi-types.o/qapi-visit.o are needed # by libqemuutil.a. These should be moved to a separate .json schema. qga-obj-y = qga/ qapi-types.o qapi-visit.o +qga-vss-dll-obj-y = qga/ vl.o: QEMU_CFLAGS+=$(GPROF_CFLAGS) @@ -120,6 +121,7 @@ nested-vars += \ stub-obj-y \ util-obj-y \ qga-obj-y \ + qga-vss-dll-obj-y \ block-obj-y \ common-obj-y dummy := $(call unnest-vars)