From 83be61aa2d72d2bc46ef867cb5066039e5402c45 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 21 Jan 2019 18:46:07 +0000 Subject: [PATCH] Consistently add CODE_COVERAGE_CPPFLAGS everywhere We forgot this in a couple of places. Signed-off-by: Simon McVittie --- test/name-test/Makefile.am | 1 + tools/Makefile.am | 1 + 2 files changed, 2 insertions(+) diff --git a/test/name-test/Makefile.am b/test/name-test/Makefile.am index 63b077532..bffe679a4 100644 --- a/test/name-test/Makefile.am +++ b/test/name-test/Makefile.am @@ -1,5 +1,6 @@ AM_CPPFLAGS = \ -I$(top_srcdir) \ + $(CODE_COVERAGE_CPPFLAGS) \ $(DBUS_STATIC_BUILD_CPPFLAGS) \ $(VALGRIND_CFLAGS) \ -DDBUS_COMPILATION \ diff --git a/tools/Makefile.am b/tools/Makefile.am index 3d52a7a57..1337ebcee 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,5 +1,6 @@ AM_CPPFLAGS = \ -I$(top_srcdir) \ + $(CODE_COVERAGE_CPPFLAGS) \ $(DBUS_STATIC_BUILD_CPPFLAGS) \ $(DBUS_X_CFLAGS) \ -DDBUS_COMPILATION \ -- 2.47.3