From patchwork Wed Oct 31 17:45:16 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/5] configure: link qemu-ga.exe in default make target Date: Wed, 31 Oct 2012 07:45:16 -0000 From: Luiz Capitulino X-Patchwork-Id: 195967 Message-Id: <1351705520-24589-2-git-send-email-lcapitulino@redhat.com> To: qemu-devel@nongnu.org Cc: mdroth@linux.vnet.ibm.com 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 Reviewed-by: Michael Roth --- 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