mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-23 21:34:45 +00:00
Move bignum.h to test/
This commit is contained in:
parent
ccc84e0963
commit
7cd0af7cc2
@ -28,7 +28,7 @@ BITCOIN_CORE_H = \
|
||||
addrman.h \
|
||||
alert.h \
|
||||
allocators.h \
|
||||
base58.h bignum.h \
|
||||
base58.h \
|
||||
bloom.h \
|
||||
chainparams.h \
|
||||
checkpoints.h \
|
||||
|
@ -32,6 +32,7 @@ endif
|
||||
test_bitcoin_LDADD += $(BDB_LIBS)
|
||||
|
||||
test_bitcoin_SOURCES = \
|
||||
bignum.h \
|
||||
alert_tests.cpp \
|
||||
allocator_tests.cpp \
|
||||
base32_tests.cpp \
|
||||
|
Loading…
x
Reference in New Issue
Block a user