diff options
author | Milan Crha <mcrha@redhat.com> | 2010-04-15 20:43:20 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-04-15 20:43:20 +0800 |
commit | 200f6ec5e4d4aa45589a381acd42651fd54cecc3 (patch) | |
tree | d468aee92819507d8f8cea1a664012cdee0d24ee /modules/plugin-python | |
parent | 4b4fce32b7005d14d601ea2c600d8a3ae095a1fc (diff) | |
download | gsoc2013-evolution-200f6ec5e4d4aa45589a381acd42651fd54cecc3.tar.gz gsoc2013-evolution-200f6ec5e4d4aa45589a381acd42651fd54cecc3.tar.zst gsoc2013-evolution-200f6ec5e4d4aa45589a381acd42651fd54cecc3.zip |
Bug #608766 - Replace pthread with GLib's GThread
Diffstat (limited to 'modules/plugin-python')
-rw-r--r-- | modules/plugin-python/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |