aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAllan LeSage <allanlesage@gmail.com>2012-03-27 16:33:31 -0500
committerAllan LeSage <allanlesage@gmail.com>2012-03-27 16:33:31 -0500
commit76fc7f014432bedd7c8c103a025b31308136c01b (patch)
treed2577246025f3c5fb8c603071b0fbd8eecbe643b /configure.ac
parent18d670b206e2c4292451cb17602d209a628a7e21 (diff)
downloadlibayatana-indicator-76fc7f014432bedd7c8c103a025b31308136c01b.tar.gz
libayatana-indicator-76fc7f014432bedd7c8c103a025b31308136c01b.tar.bz2
libayatana-indicator-76fc7f014432bedd7c8c103a025b31308136c01b.zip
Removed gcovr dependency, moved coverage targets to own makefile, cleaning up *.gcno.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5bff63b..435b67c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -136,6 +136,9 @@ AM_CONDITIONAL(ENABLE_DEBUG, test "$enable_debug" = "yes")
###########################
m4_include([m4/gcov.m4])
AC_TDD_GCOV
+AM_CONDITIONAL([HAVE_GCOV], [test "x$ac_cv_check_gcov" = xyes])
+AM_CONDITIONAL([HAVE_LCOV], [test "x$ac_cv_check_lcov" = xyes])
+AM_CONDITIONAL([HAVE_GCOVR], [test "x$ac_cv_check_gcovr" = xyes])
AC_SUBST(COVERAGE_CFLAGS)
AC_SUBST(COVERAGE_CXXFLAGS)
AC_SUBST(COVERAGE_LDFLAGS)