aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Williams <peterw@src.gnome.org>2000-06-23 04:32:11 +0800
committerPeter Williams <peterw@src.gnome.org>2000-06-23 04:32:11 +0800
commit6d28aafe86748f32b8e4f125a7ba4148d9c42d92 (patch)
tree3a0ee7c8d76de256fcbd8f2ba8b431ddb97dca78
parent855dff022c610063a9524c19386f9e2863b88ae7 (diff)
downloadgsoc2013-evolution-6d28aafe86748f32b8e4f125a7ba4148d9c42d92.tar
gsoc2013-evolution-6d28aafe86748f32b8e4f125a7ba4148d9c42d92.tar.gz
gsoc2013-evolution-6d28aafe86748f32b8e4f125a7ba4148d9c42d92.tar.bz2
gsoc2013-evolution-6d28aafe86748f32b8e4f125a7ba4148d9c42d92.tar.lz
gsoc2013-evolution-6d28aafe86748f32b8e4f125a7ba4148d9c42d92.tar.xz
gsoc2013-evolution-6d28aafe86748f32b8e4f125a7ba4148d9c42d92.tar.zst
gsoc2013-evolution-6d28aafe86748f32b8e4f125a7ba4148d9c42d92.zip
Add libs so that we link right with gthreads
svn path=/trunk/; revision=3695
-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)