aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-01-19 22:07:41 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-01-19 22:07:41 +0800
commit5c03d975b4ff781a080b308517655c84b8648763 (patch)
tree1e6c725ae1e7db665f9720071d927ce37466fff5 /plugins
parent59e6e599ba390b0aa720973ff297260d7d354b73 (diff)
downloadgsoc2013-evolution-5c03d975b4ff781a080b308517655c84b8648763.tar
gsoc2013-evolution-5c03d975b4ff781a080b308517655c84b8648763.tar.gz
gsoc2013-evolution-5c03d975b4ff781a080b308517655c84b8648763.tar.bz2
gsoc2013-evolution-5c03d975b4ff781a080b308517655c84b8648763.tar.lz
gsoc2013-evolution-5c03d975b4ff781a080b308517655c84b8648763.tar.xz
gsoc2013-evolution-5c03d975b4ff781a080b308517655c84b8648763.tar.zst
gsoc2013-evolution-5c03d975b4ff781a080b308517655c84b8648763.zip
Add missing linker flags.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mail-notification/Makefile.am19
-rw-r--r--plugins/mail-to-task/Makefile.am3
2 files changed, 12 insertions, 10 deletions
diff --git a/plugins/mail-notification/Makefile.am b/plugins/mail-notification/Makefile.am
index 07cb42ed32..65b3acbdc3 100644
--- a/plugins/mail-notification/Makefile.am
+++ b/plugins/mail-notification/Makefile.am
@@ -25,15 +25,16 @@ liborg_gnome_mail_notification_la_SOURCES = mail-notification.c
liborg_gnome_mail_notification_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED)
-liborg_gnome_mail_notification_la_LIBADD = \
- $(top_builddir)/e-util/libeutil.la \
- $(top_builddir)/mail/libevolution-mail.la \
- $(top_builddir)/shell/libeshell.la \
- $(top_builddir)/libemail-utils/libemail-utils.la \
- $(EVOLUTION_DATA_SERVER_LIBS) \
- $(GNOME_PLATFORM_LIBS) \
- $(LIBNOTIFY_LIBS) \
- $(CANBERRA_LIBS) \
+liborg_gnome_mail_notification_la_LIBADD = \
+ $(top_builddir)/e-util/libeutil.la \
+ $(top_builddir)/mail/libevolution-mail.la \
+ $(top_builddir)/shell/libeshell.la \
+ $(top_builddir)/libemail-utils/libemail-utils.la \
+ $(top_builddir)/libemail-engine/libemail-engine.la \
+ $(EVOLUTION_DATA_SERVER_LIBS) \
+ $(GNOME_PLATFORM_LIBS) \
+ $(LIBNOTIFY_LIBS) \
+ $(CANBERRA_LIBS) \
$(GTKHTML_LIBS)
schemadir = $(GCONF_SCHEMA_FILE_DIR)
diff --git a/plugins/mail-to-task/Makefile.am b/plugins/mail-to-task/Makefile.am
index 48f0724b6f..66f6ff5057 100644
--- a/plugins/mail-to-task/Makefile.am
+++ b/plugins/mail-to-task/Makefile.am
@@ -23,7 +23,8 @@ liborg_gnome_mail_to_task_la_LIBADD = \
$(top_builddir)/calendar/gui/libevolution-calendar.la \
$(top_builddir)/mail/libevolution-mail.la \
$(top_builddir)/widgets/misc/libemiscwidgets.la \
- $(top_builddir)/libemail-engine/libemail-engine.la \
+ $(top_builddir)/libemail-utils/libemail-utils.la \
+ $(top_builddir)/libemail-engine/libemail-engine.la \
$(EVOLUTION_DATA_SERVER_LIBS) \
$(GNOME_PLATFORM_LIBS) \
$(GTKHTML_LIBS)