Use release helper from libosmocore

Change-Id: Ifc88e5c942a8b430b2436d429c86560d82984a95
Related: OS#1861
This commit is contained in:
Max 2017-07-05 15:08:39 +02:00 committed by Harald Welte
parent 35003ec2ea
commit e3260722d7
2 changed files with 6 additions and 0 deletions

View File

@ -13,3 +13,5 @@ dist-hook:
echo $(VERSION) > $(distdir)/.tarball-version
EXTRA_DIST = .version README.md
@RELMAKE@

View File

@ -11,6 +11,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