aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
diff options
context:
space:
mode:
authorRandi Joseph <randi@codehalo.com>2016-09-26 10:42:29 -0400
committerRandi Joseph <randi@codehalo.com>2016-09-26 17:22:30 -0400
commit9e54616924c781def53f7f6ece73c0d921e81995 (patch)
tree9bcf4ba91aafe9fe017768d6081c12445e9bb670 /src/rpc
parentMerge pull request #1117 (diff)
downloadmonero-9e54616924c781def53f7f6ece73c0d921e81995.tar.xz
Dropped "bit" from bitmonero.
Diffstat (limited to 'src/rpc')
-rw-r--r--src/rpc/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rpc/CMakeLists.txt b/src/rpc/CMakeLists.txt
index 1716da75b..050b5e569 100644
--- a/src/rpc/CMakeLists.txt
+++ b/src/rpc/CMakeLists.txt
@@ -36,9 +36,9 @@ set(rpc_private_headers
core_rpc_server_commands_defs.h
core_rpc_server_error_codes.h)
-bitmonero_private_headers(rpc
+monero_private_headers(rpc
${rpc_private_headers})
-bitmonero_add_library(rpc
+monero_add_library(rpc
${rpc_sources}
${rpc_headers}
${rpc_private_headers})