aboutsummaryrefslogtreecommitdiff
path: root/src/test/Makefile.am
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2014-05-09 17:56:16 +0200
committerPieter Wuille <[email protected]>2014-05-09 17:56:16 +0200
commit7cd0af7cc222d0694ce72e71458aef460698ee2c (patch)
treeafec48c1fecc2264e5d9586aa467039efc1abb98 /src/test/Makefile.am
parentReduce bignum.h now it is only needed for scriptnum_tests (diff)
downloaddiscoin-7cd0af7cc222d0694ce72e71458aef460698ee2c.tar.xz
discoin-7cd0af7cc222d0694ce72e71458aef460698ee2c.zip
Move bignum.h to test/
Diffstat (limited to 'src/test/Makefile.am')
-rw-r--r--src/test/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/Makefile.am b/src/test/Makefile.am
index fbc79cf99..cde3a31e2 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 \