aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-04-24 10:32:37 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-04-24 10:32:37 +0200
commitd8026ec1b7be7922fd1c3122d2407a783cdab163 (patch)
tree05a06bd38e50f8ede75042ace3ba4c2adf38b11d /Makefile.am
parent7c9337b7755bfa51bdcba5cc76682217202fd635 (diff)
distcheck: Include the .version file in the package
Fixes on Ubuntu make[1]: Entering directory '/home/builder/jenkins/workspace/libosmo-abis/label/linux_amd64_ubuntu_1504/libosmo-abis-0.3.2.5-7c93/_build/sub' echo 0.3.2.5-7c93 > ../../.version-t && mv ../../.version-t ../../.version /bin/bash: ../../.version-t: Permission denied Makefile:891: recipe for target '../../.version' failed make[1]: *** [../../.version] Error 1
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 9c82f09..7901d3b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,3 +11,5 @@ $(top_srcdir)/.version:
echo $(VERSION) > $@-t && mv $@-t $@
dist-hook:
echo $(VERSION) > $(distdir)/.tarball-version
+
+EXTRA_DIST = .version