From 80a9d2f5da12935ca98d7c1bad9a418c494dc209 Mon Sep 17 00:00:00 2001 From: Arik Devens Date: Sun, 20 Aug 2000 08:42:26 +0000 Subject: added UNICODE_LIBS to get unicode linking with the shell... svn path=/trunk/; revision=4888 --- shell/ChangeLog | 5 +++++ shell/Makefile.am | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/shell/ChangeLog b/shell/ChangeLog index 2360862264..a05041c9c9 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2000-08-20 arik devens + + * Makefile.am (evolution_LDADD): Added UNICODE_LIBS to link in the + new e-text stuff. + 2000-08-19 Christopher James Lahey * e-shell-folder-title-bar.c: Fixed a warning. diff --git a/shell/Makefile.am b/shell/Makefile.am index 4bb70634e8..97587a0fb8 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -113,7 +113,8 @@ evolution_LDADD = \ $(top_builddir)/widgets/e-text/libetext.a \ $(top_builddir)/widgets/misc/libemiscwidgets.a \ $(top_builddir)/e-util/libeutil.la \ - $(BONOBO_GNOME_LIBS) + $(BONOBO_GNOME_LIBS) \ + $(UNICODE_LIBS) # Purify support -- cgit v1.2.3