Avoids having to type "make qemu-ga.exe" after build is complete and also cleanups qemu-ga.exe in make clean.
Signed-off-by: Luiz Capitulino <lcapitul...@redhat.com> --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 3685020..d15bf5b 100755 --- a/configure +++ b/configure @@ -3079,7 +3079,7 @@ if test "$softmmu" = yes ; then virtfs=no fi fi - if [ "$linux" = "yes" -o "$bsd" = "yes" -o "$solaris" = "yes" ] ; then + if [ "$linux" = "yes" -o "$bsd" = "yes" -o "$solaris" = "yes" -o "$mingw32" = "yes" ] ; then if [ "$guest_agent" = "yes" ]; then tools="qemu-ga\$(EXESUF) $tools" fi -- 1.7.12.315.g682ce8b