diff options
Diffstat (limited to 'indra/linux_updater')
| -rw-r--r-- | indra/linux_updater/CMakeLists.txt | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/indra/linux_updater/CMakeLists.txt b/indra/linux_updater/CMakeLists.txt index 4377a6333c..c4e25f4a04 100644 --- a/indra/linux_updater/CMakeLists.txt +++ b/indra/linux_updater/CMakeLists.txt @@ -8,6 +8,7 @@ include(CARes)  include(OpenSSL)  include(UI)  include(LLCommon) +include(LLMessage)  include(LLVFS)  include(LLXML)  include(LLUI) @@ -40,6 +41,7 @@ target_link_libraries(linux-updater      ${CARES_LIBRARIES}      ${OPENSSL_LIBRARIES}      ${CRYPTO_LIBRARIES} +    ${LLMESSAGE_LIBRARIES}      ${UI_LIBRARIES}      ${LLXML_LIBRARIES}      ${LLUI_LIBRARIES} | 
