[next] telepathy-glib: TelepathyGLibDBus: fix g-i metadata

Simon McVittie smcv at kemper.freedesktop.org
Tue Sep 17 10:24:24 PDT 2013


Module: telepathy-glib
Branch: next
Commit: 32babb0c07c912f3de1b69ab7bdadb64cdbdf056
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=32babb0c07c912f3de1b69ab7bdadb64cdbdf056

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Tue Sep 17 18:10:04 2013 +0100

TelepathyGLibDBus: fix g-i metadata

---

 telepathy-glib/introspection.am |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/telepathy-glib/introspection.am b/telepathy-glib/introspection.am
index a2d4aa0..84bb0cf 100644
--- a/telepathy-glib/introspection.am
+++ b/telepathy-glib/introspection.am
@@ -129,7 +129,7 @@ TelepathyGLibDBus_1_gir_SCANNERFLAGS = \
 	--identifier-prefix=Tp \
 	-I$(top_builddir) \
 	-I$(top_srcdir) \
-	--c-include="telepathy-glib/telepathy-glib.h" \
+	--c-include="telepathy-glib/telepathy-glib-dbus.h" \
 	--warn-all \
 	$(ERROR_SCANNERFLAGS) \
 	--include-uninstalled=TelepathyGLib-1.gir \
@@ -143,6 +143,9 @@ TelepathyGLibDBus_1_gir_PACKAGES = \
 	dbus-glib-1 \
 	$(NULL)
 TelepathyGLibDBus_1_gir_CFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS)
+TelepathyGLibDBus_1_gir_LDFLAGS = \
+	-ltelepathy-glib-1-core \
+	$(NULL)
 
 _gen/proxy-introspectable.h: proxy.h introspection.am
 	@$(MKDIR_P) _gen



More information about the telepathy-commits mailing list