aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/Makefile.am3
-rw-r--r--openbsc/configure.ac4
2 files changed, 7 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:
diff --git a/openbsc/configure.ac b/openbsc/configure.ac
index b15576963..48c5c822b 100644
--- a/openbsc/configure.ac
+++ b/openbsc/configure.ac
@@ -12,6 +12,10 @@ AC_CONFIG_TESTDIR(tests)
dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+dnl include release helper
+RELMAKE='-include osmo-release.mk'
+AC_SUBST([RELMAKE])
+
dnl checks for programs
AC_PROG_MAKE_SET
AC_PROG_CC