mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
build-sys: Include the .version file in the distribution tarball
As per the comments in git-version-gen, the .version file that is typically generated automatically during build should be included in the tarball, so generate it in the dist-hook. This fixes a problem when running make distcheck which uses a read-only source folder and thus cannot generate the $top_srcdir/.version as part of it's build process (it uses a _build folder which is r/w) and thus cannot be built.
This commit is contained in:
parent
a1f1255635
commit
e9deb97d94
2 changed files with 2 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ scriptversion=2008-04-08.07
|
|||
# echo $(VERSION) > $@-t && mv $@-t $@
|
||||
# dist-hook:
|
||||
# echo $(VERSION) > $(distdir)/.tarball-version
|
||||
# echo $(VERSION) > $(distdir)/.version
|
||||
|
||||
case $# in
|
||||
1) ;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue