Merge pull request #1689
ce7fcbb4 Add server auth to monerod, and client auth to wallet-cli and wallet-rpc (Lee Clagett)
This commit is contained in:
@@ -27,9 +27,11 @@
|
||||
# THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
set(rpc_sources
|
||||
core_rpc_server.cpp)
|
||||
core_rpc_server.cpp
|
||||
rpc_args.cpp)
|
||||
|
||||
set(rpc_headers)
|
||||
set(rpc_headers
|
||||
rpc_args.h)
|
||||
|
||||
set(rpc_private_headers
|
||||
core_rpc_server.h
|
||||
@@ -44,6 +46,7 @@ monero_add_library(rpc
|
||||
${rpc_private_headers})
|
||||
target_link_libraries(rpc
|
||||
PUBLIC
|
||||
common
|
||||
cryptonote_core
|
||||
cryptonote_protocol
|
||||
epee
|
||||
|
||||
Reference in New Issue
Block a user