diff options
author | Xan Lopez <xan@src.gnome.org> | 2009-02-23 19:48:51 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2009-02-23 19:48:51 +0800 |
commit | 6e63719484801e93f2b570d8c416645d71815c8e (patch) | |
tree | 63a6c258190a829d5c65587efe66331f161f0d1b /embed/Makefile.am | |
parent | 8256ad318861ef0fa4c4a9f88c915afc56ab09bb (diff) | |
download | gsoc2013-epiphany-6e63719484801e93f2b570d8c416645d71815c8e.tar.gz gsoc2013-epiphany-6e63719484801e93f2b570d8c416645d71815c8e.tar.zst gsoc2013-epiphany-6e63719484801e93f2b570d8c416645d71815c8e.zip |
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
Diffstat (limited to 'embed/Makefile.am')
-rw-r--r-- | embed/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embed/Makefile.am b/embed/Makefile.am index e9486b1fa..e0c8b516f 100644 --- a/embed/Makefile.am +++ b/embed/Makefile.am @@ -21,7 +21,6 @@ INST_H_FILES = \ ephy-adblock-manager.h \ ephy-base-embed.h \ ephy-command-manager.h \ - ephy-cookie-manager.h \ ephy-embed.h \ ephy-embed-container.h \ ephy-embed-event.h \ @@ -45,7 +44,6 @@ libephyembed_la_SOURCES = \ ephy-base-embed.c \ downloader-view.c \ ephy-command-manager.c \ - ephy-cookie-manager.c \ ephy-download.c \ ephy-embed.c \ ephy-embed-container.c \ |