diff options
| author | Pieter Wuille <[email protected]> | 2014-06-28 17:35:22 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2014-06-28 18:02:42 +0200 |
| commit | de79aaa7a9ad07664461ee8735299aa68c630969 (patch) | |
| tree | 8c5f88f95403ab6c3c5a23374f93e8ab686dc6c9 /src/Makefile.am | |
| parent | Merge pull request #3715 (diff) | |
| download | discoin-de79aaa7a9ad07664461ee8735299aa68c630969.tar.xz discoin-de79aaa7a9ad07664461ee8735299aa68c630969.zip | |
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 3643e6020..9c7b294d3 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 \ |