Use release helper from libosmcoore

Related: OS#1861
This commit is contained in:
Harald Welte 2019-01-26 17:51:35 +01:00
parent 29122dc229
commit 464bb26d58
2 changed files with 6 additions and 0 deletions

View File

@ -37,3 +37,5 @@ DX_CLEAN = doc/html/search/* doc/{html,latex}/* doc/html.tar doc/*.tag doc/doxyg
endif
MOSTLYCLEANFILES = $(DX_CLEAN)
@RELMAKE@

View File

@ -7,6 +7,10 @@ AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip 1.6])
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