From c8694b963518e285c30337956ec81a00929c2ae2 Mon Sep 17 00:00:00 2001 From: Alban Browaeys Date: Mon, 26 Mar 2012 17:27:56 +0200 Subject: Bug #668976 - Capplet settings depends on local etable Otherwise if an older evolution etable is installed system wide it will be used. Issue found with e_tree_is_dragging symbol triggering an undefined reference error in capplet evolution settings. --- capplet/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/capplet/Makefile.am b/capplet/Makefile.am index a81f1af895..12b275b05e 100644 --- a/capplet/Makefile.am +++ b/capplet/Makefile.am @@ -51,6 +51,7 @@ evolution_settings_LDADD = \ $(SMIME_LIBS) \ $(top_builddir)/libemail-engine/libemail-engine.la \ $(top_builddir)/widgets/misc/libemiscwidgets.la \ + $(top_builddir)/widgets/table/libetable.la \ $(top_builddir)/filter/libfilter.la \ $(top_builddir)/mail/libevolution-mail.la \ $(top_builddir)/capplet/settings/libevolution-mail-settings.la \ -- cgit v1.2.3