Fix "make distcheck"

Running "make distcheck" failed trying to generate ".version" into the
read-only unpacked source directory. Actually shipping ".version" in the
tarball fixes that.
This commit is contained in:
Andreas Rottmann 2015-06-16 23:23:30 +02:00 committed by Holger Hans Peter Freyther
parent b25c8342cc
commit 4bb3fccb75
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = openbsc.pc
BUILT_SOURCES = $(top_srcdir)/.version
EXTRA_DIST = git-version-gen osmoappdesc.py
EXTRA_DIST = git-version-gen osmoappdesc.py .version
$(top_srcdir)/.version:
echo $(VERSION) > $@-t && mv $@-t $@
dist-hook: