Skip to content

Commit 7cd0af7

Browse files
committed
Move bignum.h to test/
1 parent ccc84e0 commit 7cd0af7

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

src/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ BITCOIN_CORE_H = \
2828
addrman.h \
2929
alert.h \
3030
allocators.h \
31-
base58.h bignum.h \
31+
base58.h \
3232
bloom.h \
3333
chainparams.h \
3434
checkpoints.h \

src/test/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ endif
3232
test_bitcoin_LDADD += $(BDB_LIBS)
3333

3434
test_bitcoin_SOURCES = \
35+
bignum.h \
3536
alert_tests.cpp \
3637
allocator_tests.cpp \
3738
base32_tests.cpp \
File renamed without changes.

0 commit comments

Comments
 (0)