Bug #608766 - Replace pthread with GLib's GThread

This commit is contained in:
Milan Crha
2010-04-15 14:43:20 +02:00
parent 4b4fce32b7
commit 200f6ec5e4
3 changed files with 8 additions and 10 deletions

View File

@ -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)