aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Rottmann <a.rottmann@gmx.at>2015-06-16 23:23:30 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-06-19 20:57:48 +0200
commit4bb3fccb75d4bf66fccb22da27138e702f0cef1c (patch)
treed213ae6a4fc3e7e861bd4aad96bd25b429a60782
parentb25c8342cc850a421da3ffa1054a70a6be6645dc (diff)
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.
-rw-r--r--openbsc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/Makefile.am b/openbsc/Makefile.am
index d7329ba33..8696eb46c 100644
--- a/openbsc/Makefile.am
+++ b/openbsc/Makefile.am
@@ -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: