diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-03-25 17:33:04 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-03-26 15:56:38 +0000 |
commit | a984e9442c91daa29fbbdada7095e5f924d0b5ec (patch) | |
tree | dbd80fa7476c0215e6fcba9de395898376027e31 /Makefile.am | |
parent | dc545ef63154f267d3ebfbb138379da08dd0d38f (diff) |
Add optional Lcov machinery from telepathy-gabble (usage: make lcov-check)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ff39fb9e..5530e4f9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,3 +19,5 @@ pkgconfig_DATA += libmissioncontrol.pc endif DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc + +include tools/lcov.am |