[couchdb-glib] Include Json-1.0 for introspection



commit c9ebb57f607dbacb7ea875ab7f7b668d1b15cd40
Author: Rodrigo Moya <rodrigo gnome-db org>
Date:   Wed Nov 24 16:25:47 2010 +0100

    Include Json-1.0 for introspection

 couchdb-glib/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/couchdb-glib/Makefile.am b/couchdb-glib/Makefile.am
index ee0b7ad..2abb362 100644
--- a/couchdb-glib/Makefile.am
+++ b/couchdb-glib/Makefile.am
@@ -109,7 +109,7 @@ introspection_files =					\
 	$(h_DATA)					\
 	$(libcouchdb_glib_1_0_la_sources)
 Couchdb-1.0.gir: libcouchdb-glib-1.0.la Makefile
-Couchdb_1_0_gir_INCLUDES = GObject-2.0
+Couchdb_1_0_gir_INCLUDES = GObject-2.0 Json-1.0
 Couchdb_1_0_gir_CFLAGS = -I$(top_srcdir)/couchdb-glib -I$(top_builddir)/couchdb-glib
 Couchdb_1_0_gir_LIBS = libcouchdb-glib-1.0.la
 Couchdb_1_0_gir_FILES = $(addprefix $(srcdir)/, $(introspection_files))



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]