From d4d70c5c3c9c193243a909e3afc8e21b65a25996 Mon Sep 17 00:00:00 2001 From: Jacob Leach Date: Thu, 4 May 2000 01:15:11 +0000 Subject: Some small build fixes: * camel/Makefile.am (INCLUDES): add $(UNICODE_CFLAGS) to the INCLUDES, people who installed libunicde in non-standard include paths need this. * mail/Makefile.am (evolution_mail_LDADD): s/-lunicode/$(UNICODE_LIBS)/ svn path=/trunk/; revision=2785 --- mail/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 3492ab5252..e247c4296a 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2000-05-03 Jason Leach + + * Makefile.am (evolution_mail_LDADD): s/-lunicode/$(UNICODE_LIBS)/ + in the LDADD section. + 2000-05-03 Dan Winship * mail-format.c (write_recipients_to_stream, write_headers): Make -- cgit