Move non-trivial uint256.h methods to uint256.cpp

This commit is contained in:
Pieter Wuille
2014-06-28 17:35:22 +02:00
parent 236ae8665e
commit de79aaa7a9
5 changed files with 316 additions and 245 deletions

View File

@@ -192,6 +192,7 @@ libbitcoin_util_a_SOURCES = \
chainparamsbase.cpp \
rpcprotocol.cpp \
sync.cpp \
uint256.cpp \
util.cpp \
version.cpp \
compat/glibc_sanity.cpp \