diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-03-28 20:28:51 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-06-03 11:00:40 +0800 |
commit | b16443a316a0881b4996f4ec5efdf78aeca273fd (patch) | |
tree | 73139369a2232fcb2cd0d5aabd82c5dd0ffe0f6c /capplet/Makefile.am | |
parent | 3449e5fcc7f9c797fcde7f2a444b1eb7a934cd81 (diff) | |
download | gsoc2013-evolution-b16443a316a0881b4996f4ec5efdf78aeca273fd.tar gsoc2013-evolution-b16443a316a0881b4996f4ec5efdf78aeca273fd.tar.gz gsoc2013-evolution-b16443a316a0881b4996f4ec5efdf78aeca273fd.tar.bz2 gsoc2013-evolution-b16443a316a0881b4996f4ec5efdf78aeca273fd.tar.lz gsoc2013-evolution-b16443a316a0881b4996f4ec5efdf78aeca273fd.tar.xz gsoc2013-evolution-b16443a316a0881b4996f4ec5efdf78aeca273fd.tar.zst gsoc2013-evolution-b16443a316a0881b4996f4ec5efdf78aeca273fd.zip |
Adapt evolution-settings capplet to the new ESource API.
Diffstat (limited to 'capplet/Makefile.am')
-rw-r--r-- | capplet/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/capplet/Makefile.am b/capplet/Makefile.am index 983d9a86e0..4270ff26b1 100644 --- a/capplet/Makefile.am +++ b/capplet/Makefile.am @@ -56,6 +56,7 @@ evolution_settings_LDADD = \ $(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/gui/contact-list-editor/libecontactlisteditor.la \ $(top_builddir)/addressbook/util/libeabutil.la \ $(top_builddir)/shell/libeshell.la \ $(top_builddir)/e-util/libeutil.la \ |