Skip to content
Snippets Groups Projects
Commit a382b925 authored by Dmitriy Gerasimov's avatar Dmitriy Gerasimov
Browse files

[*] New libs versions

[*] Build error fixes, some renames
parent 55e989f0
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ add_definitions ("-DDAP_SERVER")
add_subdirectory(libdap-server)
add_subdirectory(libdap)
#add_subdirectory(libdap-chain)
add_subdirectory(libdap-chain)
add_subdirectory(libdap-stream)
......@@ -43,4 +43,4 @@ set(HEADERS sources/node_manager.h)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ")
add_executable(${PROJECT_NAME} "sources/kelvin-node.c" ${HEADERS} ${SOURCES} ${CRYPTO_SRCS})
target_link_libraries(${PROJECT_NAME} dap_http_server dap_core_server dap_udp_server dap_session dap_crypto dap_client dap_core dap_http dap_enc_server dap_stream m pthread)
\ No newline at end of file
target_link_libraries(${PROJECT_NAME} dap_http_server dap_core_server dap_udp_server dap_session dap_crypto dap_core dap_enc_server dap_stream m pthread)
Subproject commit a41338453ba7be6320d7533a560ed56a7419396c
Subproject commit 0ea8118293ceb1188befe07ed43982c3328b645f
Subproject commit f4d20ce6161fc705abe4b526c7e91b8f6564131f
Subproject commit 6366bceae27b633d32630053c9fd295f07db7435
......@@ -19,7 +19,9 @@
*/
#include "node_manager.h"
#include "dap_enc_http.h"
#include "dap_http.h"
#include "dap_http_simple.h"
#include "stream.h"
#include "stream_ch_pkt.h"
......@@ -127,7 +129,7 @@ void node_manager_deinit(){
dap_client_deinit();
dap_enc_key_deinit();
dap_enc_deinit();
common_deinit();
dap_common_deinit();
dap_config_deinit();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment