[libsoup] Soup-2.4.gir: filter out SoupProxyResolver



commit 22762aa044389783bf8ecc889e2346d664a69d5e
Author: Dan Winship <danw gnome org>
Date:   Sun Jul 31 14:01:31 2011 -0400

    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 files changed, 1 insertions(+), 1 deletions(-)
---
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
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]