build: Include lcov.mak to allow test coverage report generation
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 25 Mar 2011 09:04:57 +0000 (10:04 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 25 Mar 2011 09:05:40 +0000 (10:05 +0100)
Makefile.am

index b7f6b49..e923327 100644 (file)
@@ -23,6 +23,8 @@ DISTCLEANFILES = _stdint.h gst-rtsp.spec
 include $(top_srcdir)/common/release.mak
 include $(top_srcdir)/common/po.mak
 
+include $(top_srcdir)/common/coverage/lcov.mak
+
 check-valgrind:
        cd tests/check && make check-valgrind