summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2019-01-21 17:51:07 +0000
committerSimon McVittie <smcv@collabora.com>2019-01-21 18:43:08 +0000
commit2938c2125ebcd001e470aeac1ffac45b6b1ebe89 (patch)
tree6dc8f667c4480007c8fa3ff52113b042dfacd6ce /Makefile.am
parent8747c9b5a06209b22d6b5c89c6ef44d88a74197f (diff)
downloaddbus-2938c2125ebcd001e470aeac1ffac45b6b1ebe89.tar.gz
Adapt to API change in AX_CODE_COVERAGE version 28
AX_CODE_COVERAGE recently changed the way it embedded its Makefile rules in the output file: instead of using @CODE_COVERAGE_RULES@, users are now meant to include aminclude_static.am. The new AX_CODE_COVERAGE is only in the latest autoconf-archive release, version 2019.01.06, which is inconveniently new, so bundle everything we need for the moment. This requires us to stop using the deprecated CODE_COVERAGE_LDFLAGS (which we still used to support older versions of autoconf-archive) and replace them with CODE_COVERAGE_LIBS. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0b68515a..57abca37 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -49,4 +49,4 @@ DISTCHECK_CONFIGURE_FLAGS = \
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
# Add rules for code-coverage testing, as defined by AX_CODE_COVERAGE
-@CODE_COVERAGE_RULES@
+include $(top_srcdir)/aminclude_static.am