From 3efafe586b428af5061eb619abcfb5cb79c3dff0 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 25 Sep 2000 21:49:55 +0000 Subject: Updated to use Nat's ENameWestern parser. 2000-09-25 Jeffrey Stedfast * message-list.c (address_compare): Updated to use Nat's ENameWestern parser. * Makefile.am: link against e-util/ename/libename.la svn path=/trunk/; revision=5583 --- mail/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/Makefile.am') diff --git a/mail/Makefile.am b/mail/Makefile.am index 3e198c1d9e..83ae9cf4be 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -87,6 +87,7 @@ evolution_mail_LDADD = \ $(CAMEL_OBJS_EXTRA) \ $(top_builddir)/camel/libcamel.la \ $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/e-util/ename/libename.la \ $(top_builddir)/libibex/libibex.la \ $(top_builddir)/filter/libfilter.la \ $(BONOBO_VFS_GNOME_LIBS) \ -- cgit