From 2a5139644af29bef0346f90cc98d0e03827ec7c6 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') diff --git a/src/wallet/CMakeLists.txt b/src/wallet/CMakeLists.txt index 96653556b..cdc460a50 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