Make sure the livestatus module works when the compat module is disabled

refs #7794
This commit is contained in:
Gunnar Beutner 2014-12-19 16:42:20 +01:00
parent 4e5649f0d7
commit f280452b6d
1 changed files with 2 additions and 0 deletions

View File

@ -52,5 +52,7 @@ install_if_not_exists(
${CMAKE_INSTALL_SYSCONFDIR}/icinga2/features-available
)
install(CODE "file(MAKE_DIRECTORY \"\$ENV{DESTDIR}${ICINGA2_RUNDIR}/icinga2/cmd\")")
install(TARGETS livestatus RUNTIME DESTINATION ${CMAKE_INSTALL_SBINDIR} LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}/icinga2)