diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-05-30 21:24:11 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-05-30 21:24:11 +0200 |
commit | a4c13ea09289a2703457467171c84e7ff16fc380 (patch) | |
tree | ff139e81887afe74150df0f58a3877a560f9cef2 /src/daemon | |
parent | Merge pull request #2038 (diff) | |
parent | changed crypto to cncrypto so it generated libcncrypto (diff) | |
download | monero-a4c13ea09289a2703457467171c84e7ff16fc380.tar.xz |
Merge pull request #2039
4b932ff3 changed crypto to cncrypto so it generated libcncrypto (Gentian)
Diffstat (limited to 'src/daemon')
-rw-r--r-- | src/daemon/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/CMakeLists.txt b/src/daemon/CMakeLists.txt index 649823a59..795442a2d 100644 --- a/src/daemon/CMakeLists.txt +++ b/src/daemon/CMakeLists.txt @@ -87,7 +87,7 @@ target_link_libraries(daemon rpc blockchain_db cryptonote_core - crypto + cncrypto common p2p cryptonote_protocol |