diff options
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/Makefile.am | 3 |
2 files changed, 7 insertions, 1 deletions
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 <arik@helixcode.com> + + * Makefile.am (evolution_LDADD): Added UNICODE_LIBS to link in the + new e-text stuff. + 2000-08-19 Christopher James Lahey <clahey@helixcode.com> * 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 |