From 013ce5b70e85d6c9008cebd1d5efbe87a539d445 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Thu, 28 Jan 2010 12:31:13 +0530 Subject: Without this evo 2.28.2 will not link/run at all The change is needed: 1) To export the right symbols from the right dummy import library so that the loader does not look for symbols where they are not 2) Export that comp_editor_registry using a getter function for win32 so that we don't have to decorate the data string so that the autoexport works again --- plugins/mail-to-task/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/mail-to-task') diff --git a/plugins/mail-to-task/Makefile.am b/plugins/mail-to-task/Makefile.am index 481390ced0..d6df87dd79 100644 --- a/plugins/mail-to-task/Makefile.am +++ b/plugins/mail-to-task/Makefile.am @@ -22,6 +22,7 @@ liborg_gnome_mail_to_task_la_LIBADD = \ $(top_builddir)/em-format/libemformat.la \ $(top_builddir)/calendar/gui/libevolution-calendar.la \ $(top_builddir)/calendar/common/libevolution-calendarprivate.la \ + $(top_builddir)/calendar/gui/libevolution-cal-shared.la \ $(top_builddir)/mail/libevolution-mail.la \ $(top_builddir)/widgets/misc/libemiscwidgets.la \ $(EVOLUTION_CALENDAR_LIBS) \ -- cgit v1.2.3