mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-06 05:08:16 +00:00
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:
parent
686750e49c
commit
2c6fbad8c5
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user