From 2eccee1a93b59ef10709100c83d7dfcc26b87706 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Fri, 13 Mar 2009 08:29:48 +0000 Subject: Add profile migration. Migrate cookies from Mozilla, both sqlite and txt formats (sqlite has priority in case both exist). svn path=/trunk/; revision=8880 --- 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 a94d08285..4116b9b0d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -31,6 +31,7 @@ NOINST_H_FILES = \ ephy-lockdown.h \ ephy-location-action.h \ ephy-navigation-action.h \ + ephy-profile-migration.h \ ephy-tabs-menu.h \ ephy-toolbars-model.h \ ephy-toolbar.h \ @@ -77,6 +78,7 @@ libephymain_la_SOURCES = \ ephy-lockdown.c \ ephy-navigation-action.c \ ephy-notebook.c \ + ephy-profile-migration.c \ ephy-session.c \ ephy-shell.c \ ephy-statusbar.c \ -- cgit