diff options
author | Xan Lopez <xan@gnome.org> | 2009-08-09 02:31:43 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-08-09 02:31:43 +0800 |
commit | be0a6c25239a4dd25495b50b4bed22bcbcc00440 (patch) | |
tree | bddb1b33123ee27a34a2d21577d256828d6e3afa /embed/Makefile.am | |
parent | 4aa17a82e3a1914c93720321cb275abc718c8f6a (diff) | |
download | gsoc2013-epiphany-be0a6c25239a4dd25495b50b4bed22bcbcc00440.tar.gz gsoc2013-epiphany-be0a6c25239a4dd25495b50b4bed22bcbcc00440.tar.zst gsoc2013-epiphany-be0a6c25239a4dd25495b50b4bed22bcbcc00440.zip |
Re-implement PDM's password viewer.
Patch by Holger Freyther, Prit Laes, with fixes from Xan López.
Fetches the data from the GNOME keyring, which is where WebKit stores it
(when compiled with keyring support).
Bug #579217
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 \ |