From: Simon McVittie Date: Mon, 21 Jan 2019 18:46:07 +0000 (+0000) Subject: Consistently add CODE_COVERAGE_CPPFLAGS everywhere X-Git-Tag: dbus-1.13.10~21^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83be61aa2d72d2bc46ef867cb5066039e5402c45;p=thirdparty%2Fdbus.git Consistently add CODE_COVERAGE_CPPFLAGS everywhere We forgot this in a couple of places. Signed-off-by: Simon McVittie --- 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 \