diff --git a/nodes/http_transaction_handler/CMakeLists.txt b/nodes/http_transaction_handler/CMakeLists.txt index 77933b0..d5b44ea 100755 --- a/nodes/http_transaction_handler/CMakeLists.txt +++ b/nodes/http_transaction_handler/CMakeLists.txt @@ -80,6 +80,12 @@ execute_process ( ) install(FILES ${maxminddb} DESTINATION http_transaction_handler_service/lib) +execute_process ( + COMMAND sh -c "find /usr/lib* -name \"libbrotli*.so*\" | awk '{printf \$0\";\"}'" + OUTPUT_VARIABLE brotli +) +install(FILES ${brotli} DESTINATION http_transaction_handler_service/lib) + gen_help( "--certs-dir " "Path to the hosts trusted ca directory" )