build: Support make release target

Change-Id: I04b9ff47f55df0e19d8e93530fb6ccf8bdb0660b
This commit is contained in:
Pau Espin 2018-05-03 17:15:26 +02:00
parent 2745372f00
commit 96ef99e700
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,5 @@
@RELMAKE@
AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6
ACLOCAL_AMFLAGS = -I m4

View File

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