From 51b273e5b321133422cc9c1764dbf9a9638e8187 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Tue, 1 Jul 2008 10:31:48 +0000 Subject: ** Fix for bug #540274 2008-07-01 Milan Crha ** Fix for bug #540274 * Makefile.am: Link with libraries we require now. * backup.c: (rc), (s): Exchange $HOME with g_get_home_dir in commands. * backup.c: (ensure_locals), (fix_account_folder_uri), (restore): After restore walk through all account, addressbook, calendar, task and memo sources and fix the base uri if required. (One should be able to import also into different user than one where the backup was done.) svn path=/trunk/; revision=35710 --- plugins/backup-restore/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'plugins/backup-restore/Makefile.am') diff --git a/plugins/backup-restore/Makefile.am b/plugins/backup-restore/Makefile.am index 251da8b1dd..d83b7fb2f9 100644 --- a/plugins/backup-restore/Makefile.am +++ b/plugins/backup-restore/Makefile.am @@ -22,7 +22,11 @@ liborg_gnome_backup_restore_la_LDFLAGS = -module -avoid-version privlibexec_PROGRAMS = evolution-backup evolution_backup_SOURCES = backup.c -evolution_backup_LDADD = $(SHELL_LIBS) +evolution_backup_LDADD = $(SHELL_LIBS) \ + $(EVOLUTION_CALENDAR_LIBS) \ + $(EVOLUTION_ADDRESSBOOK_LIBS) \ + $(top_builddir)/e-util/libeutil.la + EXTRA_DIST = \ org-gnome-backup-restore.eplug.xml \ -- cgit