diff options
author | Priit Laes <plaes@plaes.org> | 2009-07-29 18:08:26 +0800 |
---|---|---|
committer | Priit Laes <plaes@plaes.org> | 2009-07-29 18:08:26 +0800 |
commit | fc57712dbb7afbf0112c0ea471a86e0acb5462b7 (patch) | |
tree | e06f80c402a9aaa2f8489a906b5a9be7dbdc0ed4 /embed/Makefile.am | |
parent | a7d3b959e7af9b8fc3e93bdb3082cc1273bbd247 (diff) | |
download | gsoc2013-epiphany-fc57712dbb7afbf0112c0ea471a86e0acb5462b7.tar.gz gsoc2013-epiphany-fc57712dbb7afbf0112c0ea471a86e0acb5462b7.tar.zst gsoc2013-epiphany-fc57712dbb7afbf0112c0ea471a86e0acb5462b7.zip |
Revert "Move Epiphany to solely use GnomeKeyring for password management."
This reverts commit f453c807afecdc210410eeb9f389ca50d0764a7c.
Diffstat (limited to 'embed/Makefile.am')
-rw-r--r-- | embed/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/embed/Makefile.am b/embed/Makefile.am index f4a49983e..b1f23303b 100644 --- a/embed/Makefile.am +++ b/embed/Makefile.am @@ -26,6 +26,7 @@ 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 @@ -50,6 +51,7 @@ 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 \ |