aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-04-10 19:39:44 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-04-10 19:39:44 +0800
commitb13299b162ca79ee1a568c83b628d351f19288f5 (patch)
tree652ef930cbc49f617161ef298205a5389799cacd
parent64161b0d1f4f0e18148b3309ab7a007c753c1486 (diff)
downloadgsoc2013-evolution-b13299b162ca79ee1a568c83b628d351f19288f5.tar
gsoc2013-evolution-b13299b162ca79ee1a568c83b628d351f19288f5.tar.gz
gsoc2013-evolution-b13299b162ca79ee1a568c83b628d351f19288f5.tar.bz2
gsoc2013-evolution-b13299b162ca79ee1a568c83b628d351f19288f5.tar.lz
gsoc2013-evolution-b13299b162ca79ee1a568c83b628d351f19288f5.tar.xz
gsoc2013-evolution-b13299b162ca79ee1a568c83b628d351f19288f5.tar.zst
gsoc2013-evolution-b13299b162ca79ee1a568c83b628d351f19288f5.zip
Add more missing linker flags.
-rw-r--r--calendar/alarm-notify/Makefile.am3
-rw-r--r--capplet/Makefile.am3
2 files changed, 6 insertions, 0 deletions
diff --git a/calendar/alarm-notify/Makefile.am b/calendar/alarm-notify/Makefile.am
index 6de36d0c67..f267d38828 100644
--- a/calendar/alarm-notify/Makefile.am
+++ b/calendar/alarm-notify/Makefile.am
@@ -44,8 +44,11 @@ evolution_alarm_notify_SOURCES = \
evolution_alarm_notify_LDADD = \
$(top_builddir)/e-util/libeutil.la \
+ $(top_builddir)/composer/libcomposer.la \
$(top_builddir)/widgets/misc/libemiscwidgets.la \
$(top_builddir)/calendar/gui/libevolution-calendar.la \
+ $(top_builddir)/addressbook/gui/contact-editor/libecontacteditor.la \
+ $(top_builddir)/addressbook/util/libeabutil.la \
$(top_builddir)/libevolution-utils/libevolution-utils.la \
$(EVOLUTION_DATA_SERVER_LIBS) \
$(GNOME_PLATFORM_LIBS) \
diff --git a/capplet/Makefile.am b/capplet/Makefile.am
index 12b275b05e..983d9a86e0 100644
--- a/capplet/Makefile.am
+++ b/capplet/Makefile.am
@@ -55,8 +55,11 @@ evolution_settings_LDADD = \
$(top_builddir)/filter/libfilter.la \
$(top_builddir)/mail/libevolution-mail.la \
$(top_builddir)/capplet/settings/libevolution-mail-settings.la \
+ $(top_builddir)/addressbook/gui/contact-editor/libecontacteditor.la \
+ $(top_builddir)/addressbook/util/libeabutil.la \
$(top_builddir)/shell/libeshell.la \
$(top_builddir)/e-util/libeutil.la \
+ $(top_builddir)/composer/libcomposer.la \
$(top_builddir)/em-format/libemformat.la \
$(top_builddir)/libemail-utils/libemail-utils.la