From 9e54616924c781def53f7f6ece73c0d921e81995 Mon Sep 17 00:00:00 2001 From: Randi Joseph Date: Mon, 26 Sep 2016 10:42:29 -0400 Subject: Dropped "bit" from bitmonero. --- src/wallet/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/wallet/CMakeLists.txt') diff --git a/src/wallet/CMakeLists.txt b/src/wallet/CMakeLists.txt index 506eaef85..4f82b3c82 100644 --- a/src/wallet/CMakeLists.txt +++ b/src/wallet/CMakeLists.txt @@ -57,9 +57,9 @@ set(wallet_private_headers api/pending_transaction.h api/common_defines.h) -bitmonero_private_headers(wallet +monero_private_headers(wallet ${wallet_private_headers}) -bitmonero_add_library(wallet +monero_add_library(wallet ${wallet_sources} ${wallet_api_headers} ${wallet_private_headers}) -- cgit v1.2.3