summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/name-test/Makefile.am4
-rw-r--r--tools/Makefile.am4
2 files changed, 8 insertions, 0 deletions
diff --git a/test/name-test/Makefile.am b/test/name-test/Makefile.am
index 877d4234..2ce6bc4b 100644
--- a/test/name-test/Makefile.am
+++ b/test/name-test/Makefile.am
@@ -4,6 +4,10 @@ AM_CPPFLAGS = \
-DDBUS_COMPILATION \
$(NULL)
+AM_CFLAGS = \
+ $(CODE_COVERAGE_CFLAGS) \
+ $(NULL)
+
# if assertions are enabled, improve backtraces
AM_LDFLAGS = @R_DYNAMIC_LDFLAG@
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 56a0b7fc..19aaf363 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -6,6 +6,10 @@ AM_CPPFLAGS = \
-DDBUS_MACHINE_UUID_FILE=\""$(localstatedir)/lib/dbus/machine-id"\" \
$(NULL)
+AM_CFLAGS = \
+ $(CODE_COVERAGE_CFLAGS) \
+ $(NULL)
+
# if assertions are enabled, improve backtraces
AM_LDFLAGS = @R_DYNAMIC_LDFLAG@