From 0d8ed048c0ed7d3546232526cc60b8daaded4a00 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Sun, 5 Mar 2017 20:19:25 +0000 Subject: build: Distclean default.profraw files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They’re generated by Clang in the build directory when building with code coverage enabled. After a distclean they are no longer relevant (and are breaking distcheck). --- Makefile.am | 4 +++- gdata/tests/Makefile.am | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1