aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2014-05-09 17:56:16 +0200
committerPieter Wuille <pieter.wuille@gmail.com>2014-05-09 17:56:16 +0200
commit7cd0af7cc222d0694ce72e71458aef460698ee2c (patch)
treeafec48c1fecc2264e5d9586aa467039efc1abb98
parentccc84e0963dab2ee6276ccc9766c2c19b0ebb3e3 (diff)
downloadbitcoin-7cd0af7cc222d0694ce72e71458aef460698ee2c.tar.xz
Move bignum.h to test/
-rw-r--r--src/Makefile.am2
-rw-r--r--src/test/Makefile.am1
-rw-r--r--src/test/bignum.h (renamed from src/bignum.h)0
3 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 215d0319f9..a49ad58716 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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 \
diff --git a/src/test/Makefile.am b/src/test/Makefile.am
index fbc79cf996..cde3a31e2f 100644
--- a/src/test/Makefile.am
+++ b/src/test/Makefile.am
@@ -32,6 +32,7 @@ endif
test_bitcoin_LDADD += $(BDB_LIBS)
test_bitcoin_SOURCES = \
+ bignum.h \
alert_tests.cpp \
allocator_tests.cpp \
base32_tests.cpp \
diff --git a/src/bignum.h b/src/test/bignum.h
index b57800f372..b57800f372 100644
--- a/src/bignum.h
+++ b/src/test/bignum.h