aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-08-25 18:27:28 +0200
committerMax <msuraev@sysmocom.de>2017-08-25 18:27:28 +0200
commit43bf7bc5c5f36886f6e02a51c7f7daa4303244fa (patch)
tree210a01cb7aa4c6ddca8239fab4d39e4d01ad7977 /Makefile.am
parent0b1b6b1f1ed14269c678970794decda4975eae40 (diff)
Use release helper from libosmocore
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 0d60cee..392d80d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,6 +10,8 @@ EXTRA_DIST = \
.version \
$(NULL)
+@RELMAKE@
+
BUILT_SOURCES = $(top_srcdir)/.version
$(top_srcdir)/.version:
echo $(VERSION) > $@-t && mv $@-t $@