summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2008-10-24 13:11:27 -0700
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2008-10-27 20:19:43 -0400
commit142462215a92482aabd01f2edcbc6dad1e4d997f (patch)
tree92f59b95e9214a61587920faeb8073f31b8df319 /Makefile.am
parent9cc8f55b3eb79ad1baf5ae56334ce67270336f00 (diff)
downloadfarstream-142462215a92482aabd01f2edcbc6dad1e4d997f.tar.gz
Add lcov stuff from core gstreamer
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 7c734ee5..30003857 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -59,3 +59,5 @@ DISTCLEANFILES = $(pcinfiles:.in=)
dist-hook:
chmod u+w ${distdir}/ChangeLog
if test -d .git; then git log >${distdir}/ChangeLog; fi
+
+include $(top_srcdir)/common/coverage/lcov.mak