aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/Makefile.am')
-rw-r--r--openbsc/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/Makefile.am b/openbsc/Makefile.am
index 31a54ea06..dc5392907 100644
--- a/openbsc/Makefile.am
+++ b/openbsc/Makefile.am
@@ -20,6 +20,9 @@ pkgconfig_DATA = openbsc.pc
BUILT_SOURCES = $(top_srcdir)/.version
EXTRA_DIST = git-version-gen osmoappdesc.py .version
+
+@RELMAKE@
+
$(top_srcdir)/.version:
echo $(VERSION) > $@-t && mv $@-t $@
dist-hook: