diff options
author | Allan LeSage <allanlesage@gmail.com> | 2012-03-27 16:33:31 -0500 |
---|---|---|
committer | Allan LeSage <allanlesage@gmail.com> | 2012-03-27 16:33:31 -0500 |
commit | 76fc7f014432bedd7c8c103a025b31308136c01b (patch) | |
tree | d2577246025f3c5fb8c603071b0fbd8eecbe643b /configure.ac | |
parent | 18d670b206e2c4292451cb17602d209a628a7e21 (diff) | |
download | libayatana-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.ac | 3 |
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) |