mirror of https://github.com/xemu-project/xemu.git
qga-vss: always build qga-vss.tlb when qga-vss.dll is built
Signed-off-by: Konstantin Kostiuk <kkostiuk@redhat.com> Message-Id: <20220428181541.300619-1-kkostiuk@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
158bb2249e
commit
f780a3f480
|
@ -23,8 +23,6 @@ qga_vss = shared_module(
|
|||
]
|
||||
)
|
||||
|
||||
all_qga += qga_vss
|
||||
|
||||
if midl.found()
|
||||
gen_tlb = custom_target('gen-tlb',
|
||||
input: 'qga-vss.idl',
|
||||
|
@ -36,3 +34,5 @@ else
|
|||
output: 'qga-vss.tlb',
|
||||
command: [widl, '-t', '@INPUT@', '-o', '@OUTPUT@'])
|
||||
endif
|
||||
|
||||
all_qga += [ qga_vss, gen_tlb ]
|
||||
|
|
Loading…
Reference in New Issue