summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPavel Šimerda <psimerda@redhat.com>2013-02-05 18:35:34 +0100
committerPavel Šimerda <psimerda@redhat.com>2013-02-19 13:05:52 +0100
commitf0277c19aa80d40187bc488e1858c7e491dc7692 (patch)
tree02ae39ca3867c19ab5145780f16fbf39932e2d8d /Makefile.am
parent4b863a4b722ca3d13d77ebc495a83bc72bfeff94 (diff)
settings: add support for code coverage to the settings plugins
Use: ./autogen.sh --enable-code-coverage make make -C src/settings check-code-coverage
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index d9a5896b7d..9e58dcd03d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,6 +18,8 @@ SUBDIRS = \
examples \
vapi
+@GNOME_CODE_COVERAGE_RULES@
+
EXTRA_DIST = \
CONTRIBUTING \
NetworkManager.pc.in \