From f453c807afecdc210410eeb9f389ca50d0764a7c Mon Sep 17 00:00:00 2001 From: Priit Laes Date: Tue, 21 Jul 2009 11:47:53 +0300 Subject: Move Epiphany to solely use GnomeKeyring for password management. Based on patch by Holger Freyther. Signed-off-by: Priit Laes --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 85e3a37bb..46f531aae 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -27,6 +27,7 @@ NOINST_H_FILES = \ ephy-lockdown.h \ ephy-location-action.h \ ephy-navigation-action.h \ + ephy-password-info.h \ ephy-profile-migration.h \ ephy-tabs-menu.h \ ephy-toolbars-model.h \ @@ -74,6 +75,7 @@ libephymain_la_SOURCES = \ ephy-lockdown.c \ ephy-navigation-action.c \ ephy-notebook.c \ + ephy-password-info.c \ ephy-profile-migration.c \ ephy-session.c \ ephy-shell.c \ -- cgit