summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-03-26 08:11:35 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-03-27 09:20:49 +0000
commited1be8631c257096bd125b325585a9c88b602ced (patch)
treeb9ab0fce11dc98211823b6da992a2bcdaa8f0eb6
parent43e2a1bacc556dc66524e79fdc42f96cfdc37e3d (diff)
Install tests to a version-specific location
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9ca43bea..04bd3c0b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -128,7 +128,7 @@ if test x$installed_tests = xyes; then
fi
AM_CONDITIONAL([ENABLE_INSTALLED_TESTS], [test "x$installed_tests" = xyes])
-mctestsdir=${libdir}/telepathy-mission-control-tests
+mctestsdir=${libdir}/telepathy-mission-control-6-tests
AC_SUBST(mctestsdir)
AC_ARG_WITH([accounts_dir], [AS_HELP_STRING([--with-accounts-dir=<path>],[Directory in which accounts were previously stored])])