aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am1
-rw-r--r--configure.ac4
2 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 56cb4ba..5cf1a45 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,6 +39,7 @@ EXTRA_DIST = \
COPYING \
README
+@RELMAKE@
dox: FORCE
doxygen doxconfig
diff --git a/configure.ac b/configure.ac
index 8cfd25d..43b5403 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,6 +34,10 @@ AM_INIT_AUTOMAKE([subdir-objects])
dnl Linux kernel KBuild style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+dnl include release helper
+RELMAKE='-include osmo-release.mk'
+AC_SUBST([RELMAKE])
+
AM_PROG_AS
AC_PROG_CXX
AX_CXX_COMPILE_STDCXX_11