[Spice-commits] Makefile.am
Christophe Fergau
teuf at kemper.freedesktop.org
Mon Apr 20 04:50:17 PDT 2015
Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 773b6b2bdeaf5ddf1a39e3c983e1c5a3b7e8721e
Author: Christophe Fergeau <cfergeau at redhat.com>
Date: Wed Apr 15 11:20:41 2015 +0200
build-sys: Ship mingw-spice-vdagent.spec in tarballs
Having this file pregenerated is useful if one wants to use it to
generate a package from tarball with:
tar xf vdagent-win-$version.tar.xz mingw-virt-viewer.spec
rpmbuild mingw-virt-viewer.spec
This is more convenient than extracting the whole tarball, and configuring
it in order to generate mingw-virt-viewer.spec
diff --git a/Makefile.am b/Makefile.am
index 9fa9f14..c3fc6bf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
NULL =
-EXTRA_DIST =
-MAINTAINERCLEANFILES =
+EXTRA_DIST = mingw-spice-vdagent.spec
+MAINTAINERCLEANFILES = mingw-spice-vdagent.spec
DIST_SUBDIRS = spice-protocol
More information about the Spice-commits
mailing list