summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2013-12-11 16:31:05 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2013-12-11 16:31:05 +0100
commit2c6fbad8c53de36b0ae15bea29df2ee0bd8e7b27 (patch)
tree85b60b12450660c8d1ba14b478a45a984824d8d7 /Makefile.am
parent686750e49c28794f957258ec867c913b143b9913 (diff)
downloadspice-2c6fbad8c53de36b0ae15bea29df2ee0bd8e7b27.tar.gz
spice-2c6fbad8c53de36b0ae15bea29df2ee0bd8e7b27.tar.xz
spice-2c6fbad8c53de36b0ae15bea29df2ee0bd8e7b27.zip
Add .version to EXTRA_DIST
Newer versions of git-version-gen document that it should be done, and builddir != srcdir builds are broken if it's not present in the tarball as we'd attempt to generate this file in the read-only source directory (if the source dir is read-only)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index e2cab09c..e260e007 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,6 +19,7 @@ DISTCHECK_CONFIGURE_FLAGS = \
EXTRA_DIST = \
build-aux/git-version-gen \
+ .version \
$(NULL)
# Generate the ChangeLog file (with all entries since the switch to git)