[libgdata/libgdata-0-6] introspection: Fix build with gobject-introspection >= 0.9.7
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata/libgdata-0-6] introspection: Fix build with gobject-introspection >= 0.9.7
- Date: Wed, 29 Sep 2010 12:17:13 +0000 (UTC)
commit 5ae47439ff98f8e75b8b0e5c6410e1eb95f4b111
Author: Kjartan Maraas <kmaraas gnome org>
Date: Wed Sep 29 11:22:55 2010 +0100
introspection: Fix build with gobject-introspection >= 0.9.7
Closes: bgo#630756
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 778b27b..78fa426 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -377,7 +377,7 @@ gdata/GData-$(GDATA_API_VERSION).gir: Makefile gdata/libgdata.la
--namespace GData --nsversion=$(GDATA_API_VERSION) \
--c-include="gdata/gdata.h" --include=libxml2-2.0 --include=Soup-2.4 \
--library=gdata/libgdata.la $(_gir_libtool) --output $@ \
- -I$(top_srcdir) -I$(top_srcdir)/gdata \
+ -I$(top_srcdir) -I$(top_srcdir)/gdata $(GDATA_CFLAGS) \
$(addprefix $(srcdir)/,$(gdatainclude_HEADERS) $(gdataatominclude_HEADERS) \
$(gdatagdinclude_HEADERS) $(gdatamediainclude_HEADERS) \
$(gdatacalendarinclude_HEADERS) $(gdatacontactsinclude_HEADERS) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]