aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorPriit Laes <plaes@plaes.org>2009-07-21 16:47:53 +0800
committerPriit Laes <plaes@plaes.org>2009-07-29 17:42:14 +0800
commitf453c807afecdc210410eeb9f389ca50d0764a7c (patch)
tree8b391f193fde117a912075ab717c869b620945f8 /src/Makefile.am
parentfce1c56a605ea712cc956537a8566d3b622a892e (diff)
downloadgsoc2013-epiphany-f453c807afecdc210410eeb9f389ca50d0764a7c.tar
gsoc2013-epiphany-f453c807afecdc210410eeb9f389ca50d0764a7c.tar.gz
gsoc2013-epiphany-f453c807afecdc210410eeb9f389ca50d0764a7c.tar.bz2
gsoc2013-epiphany-f453c807afecdc210410eeb9f389ca50d0764a7c.tar.lz
gsoc2013-epiphany-f453c807afecdc210410eeb9f389ca50d0764a7c.tar.xz
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 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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 \