Re: [Qemu-devel] [PATCH] qemu-ga: Fixed paths issue with MSI build

2015-08-26 Thread Michael Roth
Quoting Leonid Bloch (2015-08-26 07:07:16) > Previously, if building out-of-tree, the MSI build would fail since it wasn't > able to find the needed files. > > Signed-off-by: Leonid Bloch Thanks, applied to qga tree: https://github.com/mdroth/qemu/commits/qga > --- > Makefile

Re: [Qemu-devel] [PATCH] qemu-ga: Fixed paths issue with MSI build

2015-08-26 Thread Marc-André Lureau
looks good Reviewed-by: Marc-André Lureau On Wed, Aug 26, 2015 at 2:07 PM, Leonid Bloch wrote: > Previously, if building out-of-tree, the MSI build would fail since it wasn't > able to find the needed files. > > Signed-off-by: Leonid Bloch > --- > Makefile | 4 ++-- > qga/i

[Qemu-devel] [PATCH] qemu-ga: Fixed paths issue with MSI build

2015-08-26 Thread Leonid Bloch
Previously, if building out-of-tree, the MSI build would fail since it wasn't able to find the needed files. Signed-off-by: Leonid Bloch --- Makefile | 4 ++-- qga/installer/qemu-ga.wxs | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefi