diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2014-10-21 15:04:03 -0400 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2014-10-27 15:00:58 -0400 |
commit | 50f71cd52e1eb35b10564f73a54fe5ea5b245418 (patch) | |
tree | 92d6277bca657230aac6aaa6dc0bca5e578181b2 /src/Makefile.am | |
parent | bdaec6abd35dd93ae6b29f44b8cbf9c3af3f6805 (diff) |
boost: code movement only: split CECKey into separate files
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 155adfef7d..00da8b2372 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -82,6 +82,7 @@ BITCOIN_CORE_H = \ core_io.h \ crypter.h \ db.h \ + ecwrapper.h \ hash.h \ init.h \ key.h \ @@ -211,6 +212,7 @@ libbitcoin_common_a_SOURCES = \ core.cpp \ core_read.cpp \ core_write.cpp \ + ecwrapper.cpp \ hash.cpp \ key.cpp \ keystore.cpp \ |