From 6e63719484801e93f2b570d8c416645d71815c8e Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Mon, 23 Feb 2009 11:48:51 +0000 Subject: Use libsoup, getting the session from webkit, to handle cookies. Requires libsoup-gnome for SoupCookieJarSQLite storage. Depending on 2.25.91, although we actually need trunk to get working code. svn path=/trunk/; revision=8811 --- src/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index b8ba9210d..a13992832 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -354,7 +354,6 @@ if ENABLE_PYTHON BINDING_HEADERS_SRCDIR_IN = \ embed/ephy-command-manager.h \ - embed/ephy-cookie-manager.h \ embed/ephy-embed-event.h \ embed/ephy-embed-factory.h \ embed/ephy-embed.h \ @@ -522,7 +521,6 @@ endif # ENABLE_PYTHON if ENABLE_INTROSPECTION EPHY_GIR_H_FILES = \ $(top_srcdir)/embed/ephy-command-manager.h \ - $(top_srcdir)/embed/ephy-cookie-manager.h \ $(top_srcdir)/embed/ephy-embed-event.h \ $(top_srcdir)/embed/ephy-embed-factory.h \ $(top_srcdir)/embed/ephy-embed.h \ -- cgit