summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2006-07-02 21:48:51 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2006-07-02 21:48:51 +0000
commitda2fd7f3a6a82b81cddea9329a6cc0196551c795 (patch)
tree7720113c9c7964708951cb7bc45d9eec324c06d7 /Makefile.am
parent1df142aa5e518115e6b8f26dcfaeba64025b46ef (diff)
Makefile.am: include lcov.mak
Original commit message from CVS: * Makefile.am: include lcov.mak * configure.ac: add GCOV_LIBS to GST_LIBS
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 b3b507bd..50856a19 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -59,3 +59,5 @@ WIN32_COPY = \
win32-update:
for f in $(WIN32_COPY); do cp $$f win32/common;done
+
+include $(top_srcdir)/common/coverage/lcov.mak