From 6d28aafe86748f32b8e4f125a7ba4148d9c42d92 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Thu, 22 Jun 2000 20:32:11 +0000 Subject: Add libs so that we link right with gthreads svn path=/trunk/; revision=3695 --- mail/ChangeLog | 3 +++ mail/Makefile.am | 1 + 2 files changed, 4 insertions(+) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index ad42b1fa5e..4196976789 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,4 +1,7 @@ 2000-06-22 Peter Williams + * Makefile.am: Add GNOME_EXTRA_LIBS so that we get libgthread + in our LIBS for evolution-mail. + * mail-threads.c: Make the dialog boxes for error and question non-modal. They're modal relative to the dispatch thread, but before they would also eg lock up the toolbar diff --git a/mail/Makefile.am b/mail/Makefile.am index e940eeed45..e1c0bbbc97 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -69,6 +69,7 @@ evolution_mail_LDADD = \ $(top_builddir)/libibex/libibex.la \ $(top_builddir)/filter/libfilter.la \ $(BONOBO_HTML_GNOME_LIBS) \ + $(EXTRA_GNOME_LIBS) \ $(PTHREAD_LIB) \ $(UNICODE_LIBS) -- cgit v1.2.3