aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-04-11 12:11:36 -0500
committerCharles Kerr <charles.kerr@canonical.com>2012-04-11 12:11:36 -0500
commit3a3e89e5e5173ce74dea1488a1a3427062cc9dd5 (patch)
tree2e6eb22a752854f11ad46f707cb7c0b19cd20393 /configure.ac
parent040480957898cd957816fbf521c62842a63b6cae (diff)
parent22ff9e16c0c27ceaba2c544c1e7b282f0839ebf8 (diff)
downloadayatana-indicator-application-3a3e89e5e5173ce74dea1488a1a3427062cc9dd5.tar.gz
ayatana-indicator-application-3a3e89e5e5173ce74dea1488a1a3427062cc9dd5.tar.bz2
ayatana-indicator-application-3a3e89e5e5173ce74dea1488a1a3427062cc9dd5.zip
merge lp:~allanlesage/indicator-application/TDD to improve our automake gcov rules
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index fe27c33..50b71b8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -75,17 +75,17 @@ AM_CONDITIONAL(USE_GTK3, [test "x$with_gtk" = x3])
###########################
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)
-
AC_SUBST(INDICATOR_CFLAGS)
AC_SUBST(INDICATOR_LIBS)
-
AC_SUBST(APPINDICATOR_CFLAGS)
AC_SUBST(APPINDICATOR_LIBS)
-
###########################
# Check to see if we're local
###########################