aboutsummaryrefslogtreecommitdiffstats
path: root/modules/plugin-python/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'modules/plugin-python/Makefile.am')
-rw-r--r--modules/plugin-python/Makefile.am2
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)