From 729954409e53ed55928a8fcb976d9e5aa63b54ed Mon Sep 17 00:00:00 2001 From: Dmitriy Gerasimov <dm@cifercom.com> Date: Tue, 4 Sep 2018 15:45:01 +0700 Subject: [PATCH] [*] Submodules update --- .gitmodules | 12 ++++++------ CMakeLists.txt | 4 ++-- libdap | 2 +- libdap-server | 2 +- libdap-stream | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.gitmodules b/.gitmodules index 168ab2e2..eb03775c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,21 +1,21 @@ [submodule "libdap"] path = libdap - url = https://github.com/kelvinblockchain/libdap.git + url = https://gitlab.com/demlabs/libdap.git [submodule "libdap-server"] path = libdap-server url = https://github.com/kelvinblockchain/libdap-server.git [submodule "libdap-chain"] path = libdap-chain - url = https://github.com/kelvinblockchain/libdap-chain.git + url = https://gitlab.com/demlabs/libdap-chain.git [submodule "libdap-stream"] path = libdap-stream - url = https://github.com/kelvinblockchain/libdap-stream.git + url = https://gitlab.com/demlabs/libdap-stream.git [submodule "libdap-stream-ch-vpn"] path = libdap-stream-ch-vpn - url = https://github.com/kelvinblockchain/libdap-stream-ch-vpn.git + url = https://gitlab.com/demlabs/libdap-stream-ch-vpn.git [submodule "libdap-stream-ch-av"] path = libdap-stream-ch-av - url = https://github.com/kelvinblockchain/libdap-stream-ch-av + url = https://gitlab.com/demlabs/libdap-stream-ch-av [submodule "libdap-stream-ch-chat"] path = libdap-stream-ch-chat - url = https://github.com/kelvinblockchain/libdap-stream-ch-chat + url = https://gitlab.com/demlabs/libdap-stream-ch-chat diff --git a/CMakeLists.txt b/CMakeLists.txt index 6309d3cc..cc95ae44 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,10 +37,10 @@ add_definitions ("${dap_udp_server_DEFINITIONS}") add_definitions ("${dap_session_DEFINITIONS}") add_definitions ("${dap_stream_DEFINITIONS}") -set(SOURCES sources/kelvin-node.c sources/node_manager.c ) +set(SOURCES sources/main.c sources/node_manager.c ) 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}) +add_executable(${PROJECT_NAME} "sources/main.c" ${HEADERS} ${SOURCES} ${CRYPTO_SRCS}) 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) diff --git a/libdap b/libdap index 10ee49ab..ed18c788 160000 --- a/libdap +++ b/libdap @@ -1 +1 @@ -Subproject commit 10ee49ab4ba2354c4710deb94b9bb51cd4badf6b +Subproject commit ed18c7882c3586a2f323667c8e30d21d86cac5fd diff --git a/libdap-server b/libdap-server index 6366bcea..b74c3986 160000 --- a/libdap-server +++ b/libdap-server @@ -1 +1 @@ -Subproject commit 6366bceae27b633d32630053c9fd295f07db7435 +Subproject commit b74c398692051acb301f3dda4ffc1bb8a87c5281 diff --git a/libdap-stream b/libdap-stream index ef24af6c..a7f19360 160000 --- a/libdap-stream +++ b/libdap-stream @@ -1 +1 @@ -Subproject commit ef24af6c87d6141ebb919a62f8b1fd461a373f60 +Subproject commit a7f193603b176c0007a011c7cdce37180848cc80 -- GitLab