aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorMatthew Loper <mloper@src.gnome.org>2000-02-22 08:18:35 +0800
committerMatthew Loper <mloper@src.gnome.org>2000-02-22 08:18:35 +0800
commit2fd22353ba833771211aa71184ad3faf315605e3 (patch)
tree515dc7daeab651f16e984d49c04dff8cdd93bc62 /mail
parentd28c85dd04ba77b30232c8c5dc1c5db3d4c14753 (diff)
downloadgsoc2013-evolution-2fd22353ba833771211aa71184ad3faf315605e3.tar
gsoc2013-evolution-2fd22353ba833771211aa71184ad3faf315605e3.tar.gz
gsoc2013-evolution-2fd22353ba833771211aa71184ad3faf315605e3.tar.bz2
gsoc2013-evolution-2fd22353ba833771211aa71184ad3faf315605e3.tar.lz
gsoc2013-evolution-2fd22353ba833771211aa71184ad3faf315605e3.tar.xz
gsoc2013-evolution-2fd22353ba833771211aa71184ad3faf315605e3.tar.zst
gsoc2013-evolution-2fd22353ba833771211aa71184ad3faf315605e3.zip
+ * libical/Makefile.in: autogenerated file removed from cvs, and
+ added to .cvsignore. + * libical/src/Makefile.in: same. + * libical/src/libical/Makefile.in: same. + * libical/src/libicalss/Makefile.in: same. + + * mail/Makefile.am: added -lunicode to evolution_mail_LDADD. svn path=/trunk/; revision=1894
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