[Commits] [SCM] claws branch, master, updated. 3.9.2-20-g70a2b10

colin at claws-mail.org colin at claws-mail.org
Fri Jun 14 10:39:28 CEST 2013


The branch master of project "claws" (Claws Mail) has been updated
       via  70a2b10ce5ca4c072d66b4ea84591ad30166a59a (commit)
      from  7f27738df23b2098214d956e6b41149c1a158404 (commit)


- Log -----------------------------------------------------------------
commit 70a2b10ce5ca4c072d66b4ea84591ad30166a59a
Author: Colin Leroy <colin at colino.net>
Date:   Fri Jun 14 10:39:19 2013 +0200

    Add pthred libs

diff --git a/src/plugins/bsfilter/Makefile.am b/src/plugins/bsfilter/Makefile.am
index b6f17c1..f919b05 100644
--- a/src/plugins/bsfilter/Makefile.am
+++ b/src/plugins/bsfilter/Makefile.am
@@ -50,12 +50,12 @@ endif
 bsfilter_la_LDFLAGS = \
 	$(plugin_res_ldflag) $(no_undefined) $(export_symbols) \
 	-avoid-version -module \
-	$(GTK_LIBS)
+	$(GTK_LIBS) $(PTHREAD_LIBS) 
 
 bsfilter_la_DEPENDENCIES = $(plugin_deps)
 
 bsfilter_la_LIBADD = $(plugin_ldadd) $(cygwin_export_lib) \
-	$(GTK_LIBS)
+	$(GTK_LIBS) $(PTHREAD_LIBS) 
 
 INCLUDES = \
 	-I$(top_srcdir)/src \

-----------------------------------------------------------------------

Summary of changes:
 src/plugins/bsfilter/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list