From b74fbf648df341ea28ea3d6121a994881b31ff80 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 8 Jan 2014 19:49:48 +0000 Subject: [PATCH 3/8] Link g-i bindings to the correct telepathy-glib version --- telepathy-farstream/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/telepathy-farstream/Makefile.am b/telepathy-farstream/Makefile.am index 8162460..640fdf5 100644 --- a/telepathy-farstream/Makefile.am +++ b/telepathy-farstream/Makefile.am @@ -66,7 +66,8 @@ TelepathyFarstream_1_gir_INCLUDES = \ GObject-2.0 \ Gst-1.0 \ Farstream-0.2 \ - TelepathyGLib-0.12 + TelepathyGLib-1 \ + $(NULL) TelepathyFarstream_1_gir_CFLAGS = $(AM_CPPFLAGS) TelepathyFarstream_1_gir_LIBS = libtelepathy-farstream-1.la TelepathyFarstream_1_gir_FILES = $(introspection_sources) -- 1.8.5.2