edataserver: Remove libsoup from the introspection includes
authorPhilip Withnall <philip@tecnocode.co.uk>
Mon, 18 Jun 2012 17:10:46 +0000 (18:10 +0100)
committerPhilip Withnall <philip@tecnocode.co.uk>
Mon, 18 Jun 2012 17:10:46 +0000 (18:10 +0100)
Soup-2.4 doesnt’t get along with Vala at the moment, and is breaking the
folks build. The include can be re-added once libsoup is fixed.

This partially reverts 874cfbd0c6dbb130489c27e9b50e51d8da6da398.

libedataserver/Makefile.am

index 6e89f88..87fcfd9 100644 (file)
@@ -204,7 +204,7 @@ introspection_sources = \
        $(libedataserver_1_2_la_SOURCES))
 
 EDataServer-1.2.gir: libedataserver-1.2.la
-EDataServer_1_2_gir_INCLUDES = GObject-2.0 libxml2-2.0 Gio-2.0 Soup-2.4
+EDataServer_1_2_gir_INCLUDES = GObject-2.0 libxml2-2.0 Gio-2.0
 EDataServer_1_2_gir_CFLAGS = -I$(top_srcdir) -I$(top_builddir) -DLIBEDATASERVER_COMPILATION $(E_DATA_SERVER_CFLAGS) $(CAMEL_CFLAGS) $(SOUP_CFLAGS)
 EDataServer_1_2_gir_LIBS = libedataserver-1.2.la $(top_builddir)/camel/libcamel-1.2.la
 EDataServer_1_2_gir_FILES = $(introspection_sources)