[librest] Add libsoup to gir includes
- From: Christophe Fergeau <teuf src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librest] Add libsoup to gir includes
- Date: Wed, 3 Sep 2014 08:55:17 +0000 (UTC)
commit 0af8d4df4e5abb6ea36c9b3a9f04de03a41b2808
Author: Christophe Fergeau <cfergeau redhat com>
Date: Tue Sep 2 16:30:23 2014 +0200
Add libsoup to gir includes
Since the public API now references a type from libsoup, we need
to add Soup-2.4.gir to Rest_ API_VERSION_AM@_gir_INCLUDES.
https://bugzilla.gnome.org/show_bug.cgi?id=728340
rest/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/rest/Makefile.am b/rest/Makefile.am
index 65b0c64..18ae546 100644
--- a/rest/Makefile.am
+++ b/rest/Makefile.am
@@ -118,7 +118,7 @@ Rest_ API_VERSION_AM@_gir_FILES = \
$(lib_headers) \
$(filter-out %private.h, $(lib_sources))
Rest_ API_VERSION_AM@_gir_CFLAGS = -I$(top_srcdir)
-Rest_ API_VERSION_AM@_gir_INCLUDES = GObject-2.0 Gio-2.0
+Rest_ API_VERSION_AM@_gir_INCLUDES = GObject-2.0 Gio-2.0 Soup-2.4
Rest_ API_VERSION_AM@_gir_PACKAGES = gobject-2.0 libsoup-2.4 libxml-2.0 gio-2.0
Rest_ API_VERSION_AM@_gir_SCANNERFLAGS = --accept-unprefixed --warn-all
Rest_ API_VERSION_AM@_gir_EXPORT_PACKAGES = rest- API_VERSION@
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]