From b4f895265d04eb3c6b326f467be0bdec6cc24cfb Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 3 Mar 2012 13:13:55 -0500 Subject: Add missing linker flags. --- capplet/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'capplet/Makefile.am') diff --git a/capplet/Makefile.am b/capplet/Makefile.am index f275153073..a81f1af895 100644 --- a/capplet/Makefile.am +++ b/capplet/Makefile.am @@ -56,5 +56,6 @@ evolution_settings_LDADD = \ $(top_builddir)/capplet/settings/libevolution-mail-settings.la \ $(top_builddir)/shell/libeshell.la \ $(top_builddir)/e-util/libeutil.la \ - $(top_builddir)/em-format/libemformat.la + $(top_builddir)/em-format/libemformat.la \ + $(top_builddir)/libemail-utils/libemail-utils.la -- cgit