aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core
diff options
context:
space:
mode:
authorThomas Winget <tewinget@gmail.com>2014-12-06 13:54:00 -0500
committerwarptangent <warptangent@inbox.com>2015-01-04 19:39:41 -0800
commite285ee5aec3f931e34fa490d476d8ddb16007fe6 (patch)
tree0a354c5b490b673f213f2caea583696f8a8635e8 /src/cryptonote_core
parentextraneous semicolon in Blockchain::complete_timestamps_vector (diff)
parentblockchain_converter: use the actual blockchain location (diff)
downloadmonero-e285ee5aec3f931e34fa490d476d8ddb16007fe6.tar.xz
Merge pull request #13 from moneromooo-monero/blockchain
Add lmdb to the cmake gunk, and use actual user directory for the blockchain location
Diffstat (limited to 'src/cryptonote_core')
-rw-r--r--src/cryptonote_core/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_core/CMakeLists.txt b/src/cryptonote_core/CMakeLists.txt
index 93c3cb51e..fc9cc629b 100644
--- a/src/cryptonote_core/CMakeLists.txt
+++ b/src/cryptonote_core/CMakeLists.txt
@@ -83,5 +83,5 @@ target_link_libraries(cryptonote_core
${Boost_FILESYSTEM_LIBRARY}
${Boost_SYSTEM_LIBRARY}
${Boost_THREAD_LIBRARY}
- ${LMDB_LIBRARIES}
+ ${LMDB_LIBRARY}
${EXTRA_LIBRARIES})