From 581c42a14deaea98824d83eacc23a908a5ff453e Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 30 May 2012 11:35:01 +0200 Subject: [PATCH] define _TP_COMPILATION in gir scanner Otherwise upcoming single-include #error will break the scanner https://bugs.freedesktop.org/show_bug.cgi?id=49384 --- telepathy-glib/introspection.am | 1 + 1 file changed, 1 insertion(+) diff --git a/telepathy-glib/introspection.am b/telepathy-glib/introspection.am index 168b95c..6194c8b 100644 --- a/telepathy-glib/introspection.am +++ b/telepathy-glib/introspection.am @@ -86,6 +86,7 @@ TelepathyGLib_0_12_gir_FILES = \ TelepathyGLib_0_12_gir_NAMESPACE = TelepathyGLib TelepathyGLib_0_12_gir_VERSION = 0.12 TelepathyGLib_0_12_gir_LIBS = libtelepathy-glib.la +TelepathyGLib_0_12_gir_CFLAGS = -D_TP_COMPILATION TelepathyGLib_0_12_gir_EXPORT_PACKAGES = telepathy-glib TelepathyGLib_0_12_gir_SCANNERFLAGS = \ -- 1.7.9.5