From 959ebe30bd902af81d38d4a409945f66fdcf6e3a Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Sun, 6 Sep 2009 08:33:56 -0400 Subject: Bug 594284 - FTBFS: missing links --- addressbook/gui/contact-list-editor/Makefile.am | 1 + composer/Makefile.am | 1 + modules/mail/Makefile.am | 1 + plugins/audio-inline/Makefile.am | 1 + plugins/calendar-weather/Makefile.am | 1 + plugins/itip-formatter/Makefile.am | 2 ++ plugins/mail-to-task/Makefile.am | 2 ++ plugins/mailing-list-actions/Makefile.am | 1 + plugins/prefer-plain/Makefile.am | 1 + plugins/publish-calendar/Makefile.am | 1 + plugins/startup-wizard/Makefile.am | 1 + plugins/templates/Makefile.am | 1 + 12 files changed, 14 insertions(+) diff --git a/addressbook/gui/contact-list-editor/Makefile.am b/addressbook/gui/contact-list-editor/Makefile.am index 608707395d..63774863a4 100644 --- a/addressbook/gui/contact-list-editor/Makefile.am +++ b/addressbook/gui/contact-list-editor/Makefile.am @@ -30,6 +30,7 @@ libecontactlisteditor_la_LIBADD = \ $(top_builddir)/widgets/table/libetable.la \ $(top_builddir)/widgets/misc/libemiscwidgets.la \ $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/shell/libeshell.la \ $(EVOLUTION_ADDRESSBOOK_LIBS) glade_DATA = contact-list-editor.glade diff --git a/composer/Makefile.am b/composer/Makefile.am index e20f3f007e..19cbf397b1 100644 --- a/composer/Makefile.am +++ b/composer/Makefile.am @@ -52,6 +52,7 @@ libcomposer_la_SOURCES = \ libcomposer_la_LIBADD = \ $(top_builddir)/widgets/misc/libemiscwidgets.la \ + $(top_builddir)/addressbook/gui/contact-list-editor/libecontactlisteditor.la \ $(top_builddir)/em-format/libemformat.la uidir = $(evolutionuidir) diff --git a/modules/mail/Makefile.am b/modules/mail/Makefile.am index 462161843c..24d008f53e 100644 --- a/modules/mail/Makefile.am +++ b/modules/mail/Makefile.am @@ -52,6 +52,7 @@ libevolution_module_mail_la_LIBADD = \ $(top_builddir)/widgets/table/libetable.la \ $(top_builddir)/widgets/text/libetext.la \ $(top_builddir)/widgets/misc/libemiscwidgets.la \ + $(top_builddir)/mail/libevolution-mail.la \ $(top_builddir)/mail/importers/libevolution-mail-importers.la libevolution_module_mail_la_LDFLAGS = \ diff --git a/plugins/audio-inline/Makefile.am b/plugins/audio-inline/Makefile.am index 785d53557a..67cb05558a 100644 --- a/plugins/audio-inline/Makefile.am +++ b/plugins/audio-inline/Makefile.am @@ -19,6 +19,7 @@ liborg_gnome_audio_inline_la_SOURCES = audio-inline.c liborg_gnome_audio_inline_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED) liborg_gnome_audio_inline_la_LIBADD = \ $(top_builddir)/mail/libevolution-mail.la \ + $(top_builddir)/e-util/libeutil.la \ $(GSTREAMER_LIBS) \ $(EVOLUTION_MAIL_LIBS) diff --git a/plugins/calendar-weather/Makefile.am b/plugins/calendar-weather/Makefile.am index 484adf71e9..3da4088692 100644 --- a/plugins/calendar-weather/Makefile.am +++ b/plugins/calendar-weather/Makefile.am @@ -18,6 +18,7 @@ liborg_gnome_calendar_weather_la_SOURCES = calendar-weather.c liborg_gnome_calendar_weather_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED) liborg_gnome_calendar_weather_la_LIBADD = \ $(top_builddir)/calendar/gui/libevolution-calendar.la \ + $(top_builddir)/e-util/libeutil.la \ $(EVOLUTION_CALENDAR_LIBS) \ $(LIBGWEATHER_LIBS) diff --git a/plugins/itip-formatter/Makefile.am b/plugins/itip-formatter/Makefile.am index 5253742169..67725bae58 100644 --- a/plugins/itip-formatter/Makefile.am +++ b/plugins/itip-formatter/Makefile.am @@ -15,6 +15,8 @@ liborg_gnome_itip_formatter_la_LIBADD = \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/calendar/gui/libevolution-calendar.la \ $(top_builddir)/mail/libevolution-mail.la \ + $(top_builddir)/shell/libeshell.la \ + $(top_builddir)/em-format/libemformat.la \ $(CAMEL_LIBS) \ $(EVOLUTION_CALENDAR_LIBS) diff --git a/plugins/mail-to-task/Makefile.am b/plugins/mail-to-task/Makefile.am index 0815e65dda..9811fad1f2 100644 --- a/plugins/mail-to-task/Makefile.am +++ b/plugins/mail-to-task/Makefile.am @@ -13,6 +13,8 @@ liborg_gnome_mail_to_task_la_SOURCES = mail-to-task.c liborg_gnome_mail_to_task_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED) liborg_gnome_mail_to_task_la_LIBADD = \ $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/shell/libeshell.la \ + $(top_builddir)/em-format/libemformat.la \ $(top_builddir)/calendar/gui/libevolution-calendar.la \ $(top_builddir)/calendar/common/libevolution-calendarprivate.la \ $(top_builddir)/mail/libevolution-mail.la \ diff --git a/plugins/mailing-list-actions/Makefile.am b/plugins/mailing-list-actions/Makefile.am index 7f205a19b1..3144c23822 100644 --- a/plugins/mailing-list-actions/Makefile.am +++ b/plugins/mailing-list-actions/Makefile.am @@ -14,6 +14,7 @@ liborg_gnome_mailing_list_actions_la_LDFLAGS = -module -avoid-version $(NO_UNDEF liborg_gnome_mailing_list_actions_la_LIBADD = \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/mail/libevolution-mail.la \ + $(top_builddir)/shell/libeshell.la \ $(EVOLUTION_MAIL_LIBS) error_DATA = org-gnome-mailing-list-actions.error diff --git a/plugins/prefer-plain/Makefile.am b/plugins/prefer-plain/Makefile.am index baee242074..c8abf81ab8 100644 --- a/plugins/prefer-plain/Makefile.am +++ b/plugins/prefer-plain/Makefile.am @@ -11,6 +11,7 @@ liborg_gnome_prefer_plain_la_SOURCES = prefer-plain.c liborg_gnome_prefer_plain_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED) liborg_gnome_prefer_plain_la_LIBADD = \ $(top_builddir)/mail/libevolution-mail.la \ + $(top_builddir)/em-format/libemformat.la \ $(EVOLUTION_MAIL_LIBS) EXTRA_DIST = org-gnome-prefer-plain.eplug.xml diff --git a/plugins/publish-calendar/Makefile.am b/plugins/publish-calendar/Makefile.am index bd6537df82..7e7af763c5 100644 --- a/plugins/publish-calendar/Makefile.am +++ b/plugins/publish-calendar/Makefile.am @@ -31,6 +31,7 @@ liborg_gnome_publish_calendar_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED liborg_gnome_publish_calendar_la_LIBADD = \ $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/shell/libeshell.la \ $(top_builddir)/calendar/gui/libevolution-calendar.la \ $(EVOLUTION_CALENDAR_LIBS) diff --git a/plugins/startup-wizard/Makefile.am b/plugins/startup-wizard/Makefile.am index 39ddf0d043..613acbc1eb 100644 --- a/plugins/startup-wizard/Makefile.am +++ b/plugins/startup-wizard/Makefile.am @@ -15,6 +15,7 @@ liborg_gnome_evolution_startup_wizard_la_SOURCES = \ liborg_gnome_evolution_startup_wizard_la_LIBADD = \ $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/shell/libeshell.la \ $(top_builddir)/widgets/e-timezone-dialog/libetimezonedialog.la \ $(top_builddir)/widgets/misc/libemiscwidgets.la \ $(top_builddir)/calendar/gui/libevolution-calendar.la \ diff --git a/plugins/templates/Makefile.am b/plugins/templates/Makefile.am index b2be91f2ed..057ae591ca 100644 --- a/plugins/templates/Makefile.am +++ b/plugins/templates/Makefile.am @@ -19,6 +19,7 @@ liborg_gnome_templates_la_SOURCES = templates.c liborg_gnome_templates_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED) liborg_gnome_templates_la_LIBADD = \ $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/shell/libeshell.la \ $(top_builddir)/mail/libevolution-mail.la \ $(EVOLUTION_MAIL_LIBS) -- cgit