[evolution-data-server] Vala bindings: include EBookClient and EBookClientView
- From: Raul Gutierrez Segales <raulgs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Vala bindings: include EBookClient and EBookClientView
- Date: Sat, 28 May 2011 13:33:16 +0000 (UTC)
commit b418f0e1ec73c2ba6860f55cf5efc4929805e43e
Author: Raul Gutierrez Segales <raul gutierrez segales collabora co uk>
Date: Sat May 28 14:32:40 2011 +0100
Vala bindings: include EBookClient and EBookClientView
addressbook/libebook/Makefile.am | 11 ++++-------
1 files changed, 4 insertions(+), 7 deletions(-)
---
diff --git a/addressbook/libebook/Makefile.am b/addressbook/libebook/Makefile.am
index 99e3edc..e00d1c1 100644
--- a/addressbook/libebook/Makefile.am
+++ b/addressbook/libebook/Makefile.am
@@ -84,7 +84,9 @@ if HAVE_INTROSPECTION
introspection_sources = $(libebook_1_2_la_SOURCES)
EBook-1.2.gir: libebook-1.2.la
-EBook_1_2_gir_INCLUDES = GObject-2.0 EDataServer-1.2 GLib-2.0 libxml2-2.0
+EBook_1_2_gir_INCLUDES = GObject-2.0 EDataServer-1.2 GLib-2.0 libxml2-2.0 \
+ Gio-2.0 \
+ $(NULL)
libxml_include = `$(PKG_CONFIG) --cflags libxml-2.0`
gconf_include = `$(PKG_CONFIG) --cflags gconf-2.0`
EBook_1_2_gir_CFLAGS = $(INCLUDES) \
@@ -97,12 +99,7 @@ EBook_1_2_gir_CFLAGS = $(INCLUDES) \
$(NULL)
EBook_1_2_gir_LIBS = \
libebook-1.2.la $(top_builddir)/libedataserver/libedataserver-1.2.la
-EBook_1_2_gir_FILES = e-contact.c e-contact.h \
- e-vcard.c e-vcard.h \
- e-book.c e-book.h \
- e-book-view.c e-book-view.h \
- e-error.h e-book-types.h \
- e-book-query.c e-book-query.h
+EBook_1_2_gir_FILES = $(libebook_1_2_la_SOURCES) $(libebookinclude_HEADERS)
INTROSPECTION_GIRS += EBook-1.2.gir
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]