aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog4
-rw-r--r--mail/Makefile.am3
2 files changed, 6 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 33f9690fcd..a4ba0b1fce 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,7 @@
+2000-02-21 Matt Loper <matt@helixcode.com>
+
+ * Makefile.am: added -lunicode to evolution_mail_LDADD.
+
2000-02-21 Dan Winship <danw@helixcode.com>
* session.c (session_store_new): Pass a CamelAuthCallback
diff --git a/mail/Makefile.am b/mail/Makefile.am
index b622c2aa27..cc7bd2f144 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -39,7 +39,8 @@ evolution_mail_LDADD = \
../widgets/e-text/libetext.a \
../camel/libcamel.la \
../e-util/libeutil.a \
- $(BONOBO_HTML_GNOME_LIBS)
+ $(BONOBO_HTML_GNOME_LIBS) \
+ -lunicode
test_mail_SOURCES = \
test-mail.c