1
0
mirror of https://github.com/Icinga/icinga2.git synced 2025-04-08 17:05:25 +02:00

Add missing library.

This commit is contained in:
Gunnar Beutner 2013-10-22 11:31:15 +02:00
parent ab402cbfaf
commit f351fe0bd7

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