diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2014-06-28 17:35:22 +0200 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2014-06-28 18:02:42 +0200 |
commit | de79aaa7a9ad07664461ee8735299aa68c630969 (patch) | |
tree | 8c5f88f95403ab6c3c5a23374f93e8ab686dc6c9 /src/Makefile.am | |
parent | 236ae8665efadf7b4456c0a9fbf204a5cb4ce9f4 (diff) |
Move non-trivial uint256.h methods to uint256.cpp
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 3643e60201..9c7b294d35 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -192,6 +192,7 @@ libbitcoin_util_a_SOURCES = \ chainparamsbase.cpp \ rpcprotocol.cpp \ sync.cpp \ + uint256.cpp \ util.cpp \ version.cpp \ compat/glibc_sanity.cpp \ |