diff options
| author | Pieter Wuille <[email protected]> | 2014-05-09 17:56:16 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2014-05-09 17:56:16 +0200 |
| commit | 7cd0af7cc222d0694ce72e71458aef460698ee2c (patch) | |
| tree | afec48c1fecc2264e5d9586aa467039efc1abb98 /src/Makefile.am | |
| parent | Reduce bignum.h now it is only needed for scriptnum_tests (diff) | |
| download | discoin-7cd0af7cc222d0694ce72e71458aef460698ee2c.tar.xz discoin-7cd0af7cc222d0694ce72e71458aef460698ee2c.zip | |
Move bignum.h to test/
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 215d0319f..a49ad5871 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 \ |