aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-04-24 10:36:59 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-05-03 14:37:22 +0200
commit157797317ddd5fe5d77f8ebee5b12384874b8e8a (patch)
tree9ee3d99bd0b2e1328b148361898a6123a9022c94 /Makefile.am
parent5dff9f9ef55c0ce85e2ea9a2b9f79aa0430b93a6 (diff)
distcheck: Need to package .version on Ubuntu as well
echo 0.0.6.14-5dff > ../../.version-t && mv ../../.version-t ../../.version /bin/bash: ../../.version-t: Permission denied Makefile:786: recipe for target '../../.version' failed make[1]: *** [../../.version] Error 1 Change-Id: I726181f7af3e7582398738e0746982a5ea31d7e9
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7c9c65b..196e784 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,7 @@ AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6
SUBDIRS = include src contrib
BUILT_SOURCES = $(top_srcdir)/.version
-EXTRA_DIST = git-version-gen
+EXTRA_DIST = git-version-gen .version
$(top_srcdir)/.version:
echo $(VERSION) > $@-t && mv $@-t $@
dist-hook: