Dropped "bit" from bitmonero.

This commit is contained in:
Randi Joseph
2016-09-26 10:42:29 -04:00
parent e01a9ea507
commit 9e54616924
13 changed files with 31 additions and 31 deletions
+3 -3
View File
@@ -55,9 +55,9 @@ set(common_private_headers
i18n.h
stack_trace.h)
bitmonero_private_headers(common
monero_private_headers(common
${common_private_headers})
bitmonero_add_library(common
monero_add_library(common
${common_sources}
${common_headers}
${common_private_headers})
@@ -73,5 +73,5 @@ target_link_libraries(common
PRIVATE
${EXTRA_LIBRARIES})
#bitmonero_install_headers(common
#monero_install_headers(common
# ${common_headers})