diff options
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 |