diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2002-07-16 03:24:27 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2002-07-16 03:24:27 +0800 |
commit | 3b8e4896e2fdf1c837743387928f5b4fd1e2d02f (patch) | |
tree | a5e1702b5a63355cc651357c089b07613b21157a /calendar/importers/Makefile.am | |
parent | d503b1a1c0aad7668fc1c64555b72320611ef341 (diff) | |
download | gsoc2013-evolution-3b8e4896e2fdf1c837743387928f5b4fd1e2d02f.tar.gz gsoc2013-evolution-3b8e4896e2fdf1c837743387928f5b4fd1e2d02f.tar.zst gsoc2013-evolution-3b8e4896e2fdf1c837743387928f5b4fd1e2d02f.zip |
Fixes #8001
2002-07-14 Rodrigo Moya <rodrigo@ximian.com>
Fixes #8001
* importers/icalendar-importer.c (connect_to_shell): new function for
connecting the importers (both iCal and vCal) to the shell, needed for
some information retrieval about the folders we're importing to.
(ical_importer_new, vcal_importer_new): call connect_to_shell.
(importer_destroy_cb): unref the shell client object.
(get_uri_from_folder_path): retrieve the uri from the storage
registry.
(check_folder_type): removed.
* importers/Makefile.am: included libeshell to LIBS.
svn path=/trunk/; revision=17463
Diffstat (limited to 'calendar/importers/Makefile.am')
-rw-r--r-- | calendar/importers/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/importers/Makefile.am b/calendar/importers/Makefile.am index 4015e12f86..6266ae9f5e 100644 --- a/calendar/importers/Makefile.am +++ b/calendar/importers/Makefile.am @@ -24,6 +24,7 @@ evolution_calendar_importer_SOURCES = \ main.c evolution_calendar_importer_LDADD = \ + $(top_builddir)/shell/libeshell.la \ $(top_builddir)/shell/importer/libevolution-importer.la \ $(top_builddir)/calendar/cal-util/libcal-util.la \ $(top_builddir)/calendar/cal-client/libcal-client.la \ |