diff options
author | Matthew Loper <mloper@src.gnome.org> | 2000-02-22 08:18:35 +0800 |
---|---|---|
committer | Matthew Loper <mloper@src.gnome.org> | 2000-02-22 08:18:35 +0800 |
commit | 2fd22353ba833771211aa71184ad3faf315605e3 (patch) | |
tree | 515dc7daeab651f16e984d49c04dff8cdd93bc62 /mail/Makefile.am | |
parent | d28c85dd04ba77b30232c8c5dc1c5db3d4c14753 (diff) | |
download | gsoc2013-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/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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 |