From f351fe0bd7bfab2813f1d6a730b6c45ea7455cf0 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Tue, 22 Oct 2013 11:31:15 +0200 Subject: [PATCH] Add missing library. --- lib/python/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/python/Makefile.am b/lib/python/Makefile.am index 0f79fb0df..d306ff734 100644 --- a/lib/python/Makefile.am +++ b/lib/python/Makefile.am @@ -26,6 +26,7 @@ libpython_la_LDFLAGS = \ libpython_la_LIBADD = \ $(BOOST_THREAD_LIB) \ + $(BOOST_SYSTEM_LIB) \ ${top_builddir}/lib/base/libbase.la \ ${top_builddir}/lib/config/libconfig.la endif -- 2.40.0