aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/importers/Makefile.am
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2004-02-05 05:09:14 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-02-05 05:09:14 +0800
commitc67eedfff0ab44e481f538eabe2caa53f5911935 (patch)
tree47b54d4914ba8a0682f6406eb59ac36db35d25e5 /calendar/importers/Makefile.am
parent7a316616d6857334adcca14ae0cd8029128cb672 (diff)
downloadgsoc2013-evolution-c67eedfff0ab44e481f538eabe2caa53f5911935.tar
gsoc2013-evolution-c67eedfff0ab44e481f538eabe2caa53f5911935.tar.gz
gsoc2013-evolution-c67eedfff0ab44e481f538eabe2caa53f5911935.tar.bz2
gsoc2013-evolution-c67eedfff0ab44e481f538eabe2caa53f5911935.tar.lz
gsoc2013-evolution-c67eedfff0ab44e481f538eabe2caa53f5911935.tar.xz
gsoc2013-evolution-c67eedfff0ab44e481f538eabe2caa53f5911935.tar.zst
gsoc2013-evolution-c67eedfff0ab44e481f538eabe2caa53f5911935.zip
we only have a single client to free (prepare_events): make the vtodo list
2004-02-04 JP Rosevear <jpr@ximian.com> * importers/icalendar-importer.c (importer_destroy_cb): we only have a single client to free (prepare_events): make the vtodo list optional (button_toggled_cb): handle the type of thing to import switching (primary_selection_changed_cb): handle the selected item switching (create_control_fn): create a control with types (events, tasks) and corresponding source selectors (process_item_fn): only import one type of item at a time (load_file_fn): load the ecal as dictated by the source and type (vcal_importer_new): pass in control function (gnome_calendar_import_data_fn): get the default calendars * importers/Makefile.am (importersdir): add lib svn path=/trunk/; revision=24620
Diffstat (limited to 'calendar/importers/Makefile.am')
-rw-r--r--calendar/importers/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/importers/Makefile.am b/calendar/importers/Makefile.am
index 84867931a6..4cf7c40cf2 100644
--- a/calendar/importers/Makefile.am
+++ b/calendar/importers/Makefile.am
@@ -24,6 +24,7 @@ libevolution_calendar_importers_la_LDFLAGS = -avoid-version -module
libevolution_calendar_importers_la_LIBADD = \
$(top_builddir)/shell/importer/libevolution-importer.la \
+ $(top_builddir)/e-util/libeutil.la \
$(top_builddir)/calendar/common/libevolution-calendarprivate.la \
$(IMPORTERS_LIBS)