diff options
author | Dan Winship <danw@gnome.org> | 2011-03-21 13:23:15 -0400 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2011-03-21 13:28:14 -0400 |
commit | 5a8df74a4705aa2ce958d8024aca0ce71c146047 (patch) | |
tree | b6a8f8065c83e89596d096210b78d494587e8a5a /docs | |
parent | 0d6fa497de2b5defe6be96f755bc007c942dea56 (diff) | |
download | libsoup-5a8df74a4705aa2ce958d8024aca0ce71c146047.tar.gz libsoup-5a8df74a4705aa2ce958d8024aca0ce71c146047.tar.bz2 libsoup-5a8df74a4705aa2ce958d8024aca0ce71c146047.zip |
SoupProxyResolverGNOME: make this a subclass of SoupProxyResolverDefault
modify SoupProxyResolverDefault so it's possible to override the
choice of g_proxy_resolver_get_default(), and make
SoupProxyResolverGNOME just be a subclass of SoupProxyResolverDefault
that specifically requests the "gnome" GProxyResolver.
libsoup-gnome no longer depends on libproxy and GConf. (Perhaps it
should now depend on gsettings-desktop-schemas, or else a
glib-networking that includes GProxyResolverGnome. But it will fall
back to using the libproxy-based proxy resolver in that case anyway,
so it's all good.)
https://bugzilla.gnome.org/show_bug.cgi?id=625898
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 64d3cf83..43b568d9 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -59,8 +59,7 @@ GTKDOC_CFLAGS = \ -I$(top_builddir) \ $(GLIB_CFLAGS) \ $(XML_CFLAGS) \ - $(GNUTLS_CFLAGS) \ - $(LIBPROXY_LIBS) + $(GNUTLS_CFLAGS) GTKDOC_LIBS = $(top_builddir)/libsoup/libsoup-gnome-2.4.la |