summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-03-25 11:03:36 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-03-25 14:57:10 +0000
commitef5dfa273aa6a64e73bada9b41ff321e2fc0299b (patch)
tree229d1f241d26d22f3c7a6371c5db5275d70406d7
parent475f5f7ce5e7d16d2ad4e778475d6dea3d556b80 (diff)
Don't try to link Telepathy tests to telepathy-glib 0
I wonder whether anyone ran these tests? :-( Reviewed-by: Xavier Claessens Bug: https://bugzilla.gnome.org/show_bug.cgi?id=708871
-rw-r--r--tests/telepathy/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/telepathy/Makefile.am b/tests/telepathy/Makefile.am
index b65efd5f..dd52fc50 100644
--- a/tests/telepathy/Makefile.am
+++ b/tests/telepathy/Makefile.am
@@ -10,7 +10,7 @@ AM_VALAFLAGS = \
--vapidir=$(abs_top_builddir)/tests/lib/key-file \
--vapidir=$(abs_top_srcdir)/backends/telepathy/lib \
--vapidir=$(abs_top_builddir)/backends/telepathy/lib \
- --pkg telepathy-glib \
+ --pkg telepathy-glib-1 \
--pkg folks-telepathy \
--pkg kf-test \
--pkg tpf-test \