[Spice-devel] [vdagent-win PATCH 4/4] build: Package zip file

Frediano Ziglio fziglio at redhat.com
Thu Nov 17 12:15:04 UTC 2016


zip files are better supported under Windows, this make
possible for instance to copy directly the file on a Windows
machine without having to use additional tools.

Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 4f409fd..ff489cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,7 @@ AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CANONICAL_HOST
 
-AM_INIT_AUTOMAKE([1.11 foreign subdir-objects no-dist-gzip dist-xz tar-ustar])
+AM_INIT_AUTOMAKE([1.11 foreign subdir-objects no-dist-gzip dist-zip dist-xz tar-ustar])
 
 AM_SILENT_RULES([yes])
 
-- 
2.7.4



More information about the Spice-devel mailing list