Skip to content

Commit

Permalink
qemu-ga: Two MSI related cosmetic changes
Browse files Browse the repository at this point in the history
Signed-off-by: Leonid Bloch <[email protected]>
Signed-off-by: Michael Roth <[email protected]>
  • Loading branch information
blochl authored and mdroth committed Sep 1, 2015
1 parent 9f39178 commit 0a18750
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ qemu-ga$(EXESUF): $(qga-obj-y) libqemuutil.a libqemustub.a
ifdef QEMU_GA_MSI_ENABLED
QEMU_GA_MSI=qemu-ga-$(ARCH).msi

msi: ${QEMU_GA_MSI}
msi: $(QEMU_GA_MSI)

$(QEMU_GA_MSI): qemu-ga.exe

Expand Down
3 changes: 2 additions & 1 deletion qga/installer/qemu-ga.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@
Property="cmd"
Impersonate="no"
Return="check"
></CustomAction>
>
</CustomAction>
<?endif?>

<Feature Id="QEMUFeature" Title="QEMU Guest Agent" Level="1">
Expand Down

0 comments on commit 0a18750

Please sign in to comment.