diff options
author | Priit Laes <plaes@plaes.org> | 2009-07-21 16:47:53 +0800 |
---|---|---|
committer | Priit Laes <plaes@plaes.org> | 2009-07-29 17:42:14 +0800 |
commit | f453c807afecdc210410eeb9f389ca50d0764a7c (patch) | |
tree | 8b391f193fde117a912075ab717c869b620945f8 /embed/Makefile.am | |
parent | fce1c56a605ea712cc956537a8566d3b622a892e (diff) | |
download | gsoc2013-epiphany-f453c807afecdc210410eeb9f389ca50d0764a7c.tar.gz gsoc2013-epiphany-f453c807afecdc210410eeb9f389ca50d0764a7c.tar.zst gsoc2013-epiphany-f453c807afecdc210410eeb9f389ca50d0764a7c.zip |
Move Epiphany to solely use GnomeKeyring for password management.
Based on patch by Holger Freyther.
Signed-off-by: Priit Laes <plaes@plaes.org>
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 b1f23303b..f4a49983e 100644 --- a/embed/Makefile.am +++ b/embed/Makefile.am @@ -26,7 +26,6 @@ INST_H_FILES = \ ephy-embed-shell.h \ ephy-embed-utils.h \ ephy-history.h \ - ephy-password-manager.h \ ephy-permission-manager.h \ ephy-web-view.h @@ -51,7 +50,6 @@ libephyembed_la_SOURCES = \ ephy-encodings.c \ ephy-favicon-cache.c \ ephy-history.c \ - ephy-password-manager.c \ ephy-permission-manager.c \ ephy-embed-prefs.c \ ephy-web-view.c \ |