Use release helper from libosmocore

Change-Id: Ib8efd2095fcf759276299b516d495219105c1f2b
Related: OS#1861
This commit is contained in:
Max 2017-07-06 11:47:18 +02:00
parent aa15504097
commit 0bd7a19114
2 changed files with 6 additions and 0 deletions

View File

@ -14,3 +14,5 @@ EXTRA_DIST = \
doc/examples/sysmo/osmo-bts.cfg \
doc/examples/sysmobts-mgr.cfg \
README.md
@RELMAKE@

View File

@ -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