summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am4
-rw-r--r--gdata/tests/Makefile.am3
2 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 958f98cb..4453f7b9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -824,7 +824,9 @@ CLEANFILES += \
`find "$(srcdir)" -type f -name .dirstamp -print`
DISTCLEANFILES = \
- gtk-doc.make
+ gtk-doc.make \
+ default.profraw \
+ $(NULL)
MAINTAINERCLEANFILES += \
$(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL) \
diff --git a/gdata/tests/Makefile.am b/gdata/tests/Makefile.am
index 8a9b4d80..d5a1de5c 100644
--- a/gdata/tests/Makefile.am
+++ b/gdata/tests/Makefile.am
@@ -403,4 +403,7 @@ dist_test_data = \
traces/tasks/teardown-update-tasklist \
$(NULL)
+# Clang code coverage
+DISTCLEANFILES += default.profraw
+
-include $(top_srcdir)/git.mk