From 200f6ec5e4d4aa45589a381acd42651fd54cecc3 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Thu, 15 Apr 2010 14:43:20 +0200 Subject: Bug #608766 - Replace pthread with GLib's GThread --- modules/plugin-python/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/plugin-python') diff --git a/modules/plugin-python/Makefile.am b/modules/plugin-python/Makefile.am index 4aaf14a7b2..6bc2dcf91c 100644 --- a/modules/plugin-python/Makefile.am +++ b/modules/plugin-python/Makefile.am @@ -13,7 +13,7 @@ libevolution_module_plugin_python_la_SOURCES = \ e-plugin-python.h libevolution_module_plugin_python_la_LIBADD = \ - -lpthread -ldl -lutil -lm \ + -ldl -lutil -lm \ $(top_builddir)/e-util/libeutil.la \ $(E_UTIL_LIBS) \ $(PY_LIBS) -- cgit v1.2.3