]> granicus.if.org Git - icinga2/commitdiff
Add missing library.
authorGunnar Beutner <gunnar.beutner@netways.de>
Tue, 22 Oct 2013 09:31:15 +0000 (11:31 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Tue, 22 Oct 2013 09:31:15 +0000 (11:31 +0200)
lib/python/Makefile.am

index 0f79fb0dfdbaa4976a69789501d58c3fd67ab585..d306ff734268329b6d9533e3130173c4143f09f4 100644 (file)
@@ -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