mirror of
https://github.com/monero-project/monero.git
synced 2026-02-02 09:45:07 +01:00
Adding HTTP Digest Auth (but not yet enabled)
This commit is contained in:
@@ -46,6 +46,7 @@ target_link_libraries(rpc
|
||||
PUBLIC
|
||||
cryptonote_core
|
||||
cryptonote_protocol
|
||||
epee
|
||||
${Boost_THREAD_LIBRARY}
|
||||
PRIVATE
|
||||
${EXTRA_LIBRARIES})
|
||||
|
||||
@@ -34,7 +34,6 @@ set(wallet_sources
|
||||
password_container.cpp
|
||||
wallet2.cpp
|
||||
wallet_args.cpp
|
||||
wallet_rpc_server.cpp
|
||||
api/wallet.cpp
|
||||
api/wallet_manager.cpp
|
||||
api/transaction_info.cpp
|
||||
@@ -103,6 +102,7 @@ if (NOT BUILD_GUI_DEPS)
|
||||
target_link_libraries(wallet_rpc_server
|
||||
PRIVATE
|
||||
wallet
|
||||
epee
|
||||
rpc
|
||||
cryptonote_core
|
||||
crypto
|
||||
|
||||
Reference in New Issue
Block a user