From ce16b05aed027e814af0a36bd76dc49cfb22df2f Mon Sep 17 00:00:00 2001 From: Michael Zucci Date: Mon, 28 Feb 2000 18:54:40 +0000 Subject: Fixed references to libutil.a -> libeutil.la svn path=/trunk/; revision=1983 --- mail/ChangeLog | 4 ++++ mail/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index 6aa072a42d..93a24b078e 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2000-02-28 NotZed + + * Makefile.am (evolution_mail_LDADD): Fixed references to eutil. + 2000-02-24 Christopher James Lahey * message-list.c: Changed to match new e_table_simple interface. diff --git a/mail/Makefile.am b/mail/Makefile.am index cc7bd2f144..c1e7a7c530 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -38,7 +38,7 @@ evolution_mail_LDADD = \ ../widgets/e-table/libetable.a \ ../widgets/e-text/libetext.a \ ../camel/libcamel.la \ - ../e-util/libeutil.a \ + ../e-util/libeutil.la \ $(BONOBO_HTML_GNOME_LIBS) \ -lunicode -- cgit v1.2.3