From 22762aa044389783bf8ecc889e2346d664a69d5e Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Sun, 31 Jul 2011 14:01:31 -0400 Subject: [PATCH] Soup-2.4.gir: filter out SoupProxyResolver SoupProxyResolver has been deprecated (in favor of SoupProxyURIResolver) since before Soup-2.4.gir was available, and it would need annotations to work correctly anyway, so just remove it entirely. https://bugzilla.gnome.org/show_bug.cgi?id=655397 --- libsoup/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsoup/Makefile.am b/libsoup/Makefile.am index 5b9329c..d5ab7b6 100644 --- a/libsoup/Makefile.am +++ b/libsoup/Makefile.am @@ -227,7 +227,7 @@ if HAVE_INTROSPECTION # Core library gi_soup_files = \ - $(filter-out soup.h soup-enum-types.% soup-marshal.%,\ + $(filter-out soup.h soup-enum-types.% soup-marshal.% soup-proxy-resolver.h,\ $(soup_headers) $(filter-out %.h, $(libsoup_2_4_la_SOURCES))) gi_built_soup_files = soup-enum-types.h -- 2.7.4