diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e93ed32f0..9a9d02a098 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1992,6 +1992,7 @@ set(INSTALL_FILES if (BUILD_logray) set(LOG_INSTALL_FILES + docbook/ws.css resources/share/logray/colorfilters resources/share/logray/dfilter_buttons ) @@ -2009,7 +2010,6 @@ if (ASCIIDOCTOR_FOUND) ${CMAKE_BINARY_DIR}/doc/dumpcap.html ${CMAKE_BINARY_DIR}/doc/editcap.html ${CMAKE_BINARY_DIR}/doc/extcap.html - ${CMAKE_BINARY_DIR}/doc/falcodump.html ${CMAKE_BINARY_DIR}/doc/mergecap.html ${CMAKE_BINARY_DIR}/doc/randpkt.html ${CMAKE_BINARY_DIR}/doc/randpktdump.html @@ -2036,6 +2036,11 @@ if (ASCIIDOCTOR_FOUND) ${CMAKE_BINARY_DIR}/doc/idl2deb.html ) endif() + if (BUILD_logray) + list(APPEND LOG_INSTALL_FILES + ${CMAKE_BINARY_DIR}/doc/falcodump.html + ) + endif() endif() if(NOT WIN32)