[evolution] Bug #668976 - Capplet settings depends on local etable



commit c8694b963518e285c30337956ec81a00929c2ae2
Author: Alban Browaeys <prahal yahoo com>
Date:   Mon Mar 26 17:27:56 2012 +0200

    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 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/capplet/Makefile.am b/capplet/Makefile.am
index a81f1af..12b275b 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 \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]