Makefile: add qga-vss-dll-obj-y to nested variables
commit577a67234dd7bef8b0443804f3a81977072f8657
authorTomoki Sekiyama <tomoki.sekiyama@hds.com>
Wed, 26 Mar 2014 18:28:45 +0000 (26 14:28 -0400)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 7 Apr 2014 19:39:19 +0000 (7 14:39 -0500)
treeb1acc873a078a82560a5e30d01fa95f848b14f6c
parent55519a4b244e4822774b593e36647ecf7598286b
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 <tomoki.sekiyama@hds.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Makefile