From: Tomoki Sekiyama Date: Wed, 26 Mar 2014 18:28:45 +0000 (-0400) Subject: Makefile: add qga-vss-dll-obj-y to nested variables X-Git-Tag: v2.0.0-rc2~5^2~1 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lisovros/qemu_apohw.git/commitdiff_plain/577a67234dd7bef8b0443804f3a81977072f8657 Makefile: add qga-vss-dll-obj-y to nested variables The build rule for qga/vss-win32/qga-vss.dll is broken by commit ba1183da9a10b94611cad88c44a5c6df005f9b55, because it misses qga-vss-dll-obj-y in the list of nested variables. This fixes build of qga-vss.dll by adding qga-vss-dll-obj-y to the list. Signed-off-by: Tomoki Sekiyama Signed-off-by: Michael Roth --- diff --git a/Makefile b/Makefile index d62279955..423e373fe 100644 --- a/Makefile +++ b/Makefile @@ -133,6 +133,7 @@ dummy := $(call unnest-vars,, \ stub-obj-y \ util-obj-y \ qga-obj-y \ + qga-vss-dll-obj-y \ block-obj-y \ block-obj-m \ common-obj-y \