Soup-2.4.gir: filter out SoupProxyResolver
authorDan Winship <danw@gnome.org>
Sun, 31 Jul 2011 18:01:31 +0000 (14:01 -0400)
committerDan Winship <danw@gnome.org>
Sun, 31 Jul 2011 18:02:45 +0000 (14:02 -0400)
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

index 5b9329c..d5ab7b6 100644 (file)
@@ -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