diff options
author | Stef Walter <stefw@gnome.org> | 2014-03-06 09:50:48 +0100 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2014-03-06 14:01:11 +0100 |
commit | 6a603979122abd1279e5e6b930a2f61b28f806e8 (patch) | |
tree | 2b8c451d3cdcc39f569ccf762b7cf612bd9c8884 | |
parent | 6210ba499e0df2341a1660c35d6c9c2c74611c8b (diff) |
Makefile.am: Remove coverage files when doing 'make clean'
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 18c9faed..1aa51bc6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -169,11 +169,15 @@ TESTS = ASN1_FILES = BUILT_SOURCES = prep-builddir -CLEANFILES = $(BUILT_SOURCES) moduledir = $(pkcs11standalonedir) module_LTLIBRARIES = +CLEANFILES = \ + $(BUILT_SOURCES) \ + *.gcno \ + *.gcda + EXTRA_DIST = \ intltool-extract.in \ intltool-merge.in \ |