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)
This commit is contained in:
Christophe Fergeau 2013-12-11 16:31:05 +01:00
parent 686750e49c
commit 2c6fbad8c5

View File

@ -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)