diff options
author | Alban Browaeys <prahal@yahoo.com> | 2012-03-26 23:27:56 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2012-03-26 23:27:56 +0800 |
commit | c8694b963518e285c30337956ec81a00929c2ae2 (patch) | |
tree | 7fda7ac93bee1d81e126b1c1bd590f9dcf650777 /capplet | |
parent | e6d7a86e7b47268995548007ce9035f7adc13273 (diff) | |
download | gsoc2013-evolution-c8694b963518e285c30337956ec81a00929c2ae2.tar gsoc2013-evolution-c8694b963518e285c30337956ec81a00929c2ae2.tar.gz gsoc2013-evolution-c8694b963518e285c30337956ec81a00929c2ae2.tar.bz2 gsoc2013-evolution-c8694b963518e285c30337956ec81a00929c2ae2.tar.lz gsoc2013-evolution-c8694b963518e285c30337956ec81a00929c2ae2.tar.xz gsoc2013-evolution-c8694b963518e285c30337956ec81a00929c2ae2.tar.zst gsoc2013-evolution-c8694b963518e285c30337956ec81a00929c2ae2.zip |
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.
Diffstat (limited to 'capplet')
-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 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 \ |