summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorDafydd Harries <dafydd.harries@collabora.co.uk>2007-02-13 14:29:00 +0000
committerDafydd Harries <dafydd.harries@collabora.co.uk>2007-02-13 14:29:00 +0000
commitf957f9932ccb21583df0932b72b98b0b33711712 (patch)
tree50dda0b873f60acef7e5b5c0cd7901c09841b878 /common.mk
parentb500e48a2b36ff2fdca64be7d7143ae61f1d66ac (diff)
downloadlibnice-f957f9932ccb21583df0932b72b98b0b33711712.tar.gz
common.mk: include .gcno and .gcda files in CLEANFILES
darcs-hash:20070213142907-c9803-39073001a58cede566543b4d56cbdbfc614cb9a7.gz
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 1b5a96b..bb8bdc4 100644
--- a/common.mk
+++ b/common.mk
@@ -8,6 +8,8 @@ ERROR_CFLAGS = \
-Wmissing-prototypes \
-Wredundant-decls
+CLEANFILES = *.gcno *.gcda
+
check-valgrind:
$(MAKE) TESTS_ENVIRONMENT="sh $(abspath $(top_srcdir))/scripts/valgrind.sh" check