aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJonathon Jongsma <jonathon@quotidian.org>2009-11-10 08:11:03 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-11-10 08:11:03 +0800
commit214f3a8038667a7bf75c379b91a8a687095d4d05 (patch)
treedcedfc9b7dd646b841f2cc20a332d21cf20249cb /plugins
parent950401c29d9c449043cabf43c0568daa9af6f624 (diff)
downloadgsoc2013-evolution-214f3a8038667a7bf75c379b91a8a687095d4d05.tar
gsoc2013-evolution-214f3a8038667a7bf75c379b91a8a687095d4d05.tar.gz
gsoc2013-evolution-214f3a8038667a7bf75c379b91a8a687095d4d05.tar.bz2
gsoc2013-evolution-214f3a8038667a7bf75c379b91a8a687095d4d05.tar.lz
gsoc2013-evolution-214f3a8038667a7bf75c379b91a8a687095d4d05.tar.xz
gsoc2013-evolution-214f3a8038667a7bf75c379b91a8a687095d4d05.tar.zst
gsoc2013-evolution-214f3a8038667a7bf75c379b91a8a687095d4d05.zip
BugĀ 600926 - Fails to build due to missing dependencies
Diffstat (limited to 'plugins')
-rw-r--r--plugins/email-custom-header/Makefile.am1
-rw-r--r--plugins/groupwise-features/Makefile.am1
-rw-r--r--plugins/mail-notification/Makefile.am2
-rw-r--r--plugins/mailing-list-actions/Makefile.am1
-rw-r--r--plugins/templates/Makefile.am1
5 files changed, 6 insertions, 0 deletions
diff --git a/plugins/email-custom-header/Makefile.am b/plugins/email-custom-header/Makefile.am
index 9e827eba8a..d38ac68230 100644
--- a/plugins/email-custom-header/Makefile.am
+++ b/plugins/email-custom-header/Makefile.am
@@ -23,6 +23,7 @@ liborg_gnome_email_custom_header_la_SOURCES = \
liborg_gnome_email_custom_header_la_LIBADD = \
$(top_builddir)/e-util/libeutil.la \
+ $(top_builddir)/composer/libcomposer.la \
$(top_builddir)/widgets/misc/libemiscwidgets.la \
$(top_builddir)/mail/libevolution-mail.la \
$(GNOME_PLATFORM_LIBS) \
diff --git a/plugins/groupwise-features/Makefile.am b/plugins/groupwise-features/Makefile.am
index 52e33fe5ef..5032d31689 100644
--- a/plugins/groupwise-features/Makefile.am
+++ b/plugins/groupwise-features/Makefile.am
@@ -50,6 +50,7 @@ liborg_gnome_groupwise_features_la_SOURCES = \
liborg_gnome_groupwise_features_la_LIBADD= \
$(top_builddir)/e-util/libeutil.la \
+ $(top_builddir)/composer/libcomposer.la \
$(top_builddir)/shell/libeshell.la \
$(top_builddir)/calendar/gui/libevolution-calendar.la \
$(top_builddir)/widgets/misc/libemiscwidgets.la \
diff --git a/plugins/mail-notification/Makefile.am b/plugins/mail-notification/Makefile.am
index ddd1b5176d..1ff323baae 100644
--- a/plugins/mail-notification/Makefile.am
+++ b/plugins/mail-notification/Makefile.am
@@ -31,6 +31,8 @@ liborg_gnome_mail_notification_la_LIBADD = \
$(LIBNOTIFY_LIBS) \
$(top_builddir)/e-util/libeutil.la \
$(top_builddir)/mail/libevolution-mail.la \
+ $(top_builddir)/shell/libeshell.la \
+ $(EVOLUTION_MAIL_LIBS) \
$(GNOME_PLATFORM_LIBS)
schemadir = $(GCONF_SCHEMA_FILE_DIR)
diff --git a/plugins/mailing-list-actions/Makefile.am b/plugins/mailing-list-actions/Makefile.am
index 87556845fe..68fcb26259 100644
--- a/plugins/mailing-list-actions/Makefile.am
+++ b/plugins/mailing-list-actions/Makefile.am
@@ -17,6 +17,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)/composer/libcomposer.la \
$(top_builddir)/mail/libevolution-mail.la \
$(top_builddir)/shell/libeshell.la \
$(GNOME_PLATFORM_LIBS) \
diff --git a/plugins/templates/Makefile.am b/plugins/templates/Makefile.am
index 8f47a03ef8..919103c063 100644
--- a/plugins/templates/Makefile.am
+++ b/plugins/templates/Makefile.am
@@ -23,6 +23,7 @@ liborg_gnome_templates_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED)
liborg_gnome_templates_la_LIBADD = \
$(top_builddir)/e-util/libeutil.la \
+ $(top_builddir)/composer/libcomposer.la \
$(top_builddir)/shell/libeshell.la \
$(top_builddir)/mail/libevolution-mail.la \
$(GNOME_PLATFORM_LIBS) \