summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2014-09-02 16:30:23 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2014-09-03 12:17:28 +0200
commit3fbb49ab9ac021362ebe3474d12584f1b75e79ed (patch)
treee58414c1026f6ea3148dc982e45c91f1c61e2ac7
parent473de29c738089e2df01ab1900c4fb2bfe5e3008 (diff)
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 (cherry picked from commit 0af8d4df4e5abb6ea36c9b3a9f04de03a41b2808)
-rw-r--r--rest/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest/Makefile.am b/rest/Makefile.am
index 69e7f5b..ee10fdb 100644
--- a/rest/Makefile.am
+++ b/rest/Makefile.am
@@ -100,7 +100,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
Rest_@API_VERSION_AM@_gir_EXPORT_PACKAGES = rest-@API_VERSION@