summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Bradford <rob@linux.intel.com>2010-09-07 14:49:48 +0100
committerRob Bradford <rob@linux.intel.com>2010-09-07 14:51:32 +0100
commit46c588e3bbd0af1fb1c17aff59fa3453da760b56 (patch)
tree84498776a65854305d02d277e6f35518e30ec7aa
parentf975d4138a65d3f8be6ce9abba86ab26137414ea (diff)
downloadlibrest-46c588e3bbd0af1fb1c17aff59fa3453da760b56.tar.gz
build: Don't include Soup and libxml in includes for GIR
The librest API doesn't export API that uses these two.
-rw-r--r--rest/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest/Makefile.am b/rest/Makefile.am
index 4455410..09acd12 100644
--- a/rest/Makefile.am
+++ b/rest/Makefile.am
@@ -66,7 +66,7 @@ Rest_@API_VERSION_AM@_gir_VERSION = @API_VERSION@
Rest_@API_VERSION_AM@_gir_LIBS = librest-@API_VERSION@.la
Rest_@API_VERSION_AM@_gir_FILES = $(addprefix $(top_srcdir)/rest/, $(lib_headers))
Rest_@API_VERSION_AM@_gir_CFLAGS = -I$(top_srcdir)
-Rest_@API_VERSION_AM@_gir_INCLUDES = GObject-2.0 Soup-2.4 libxml2-2.0
+Rest_@API_VERSION_AM@_gir_INCLUDES = GObject-2.0
Rest_@API_VERSION_AM@_gir_PACKAGES = gobject-2.0 libsoup-2.4 libxml-2.0
girdir = $(datadir)/gir-1.0