aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/ChangeLog3
-rw-r--r--mail/Makefile.am1
2 files changed, 4 insertions, 0 deletions
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 <peterw@curious-george.helixcode.com>
+ * 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)