diff options
| author | jtimon <[email protected]> | 2014-10-18 02:34:06 +0200 |
|---|---|---|
| committer | jtimon <[email protected]> | 2014-10-27 13:54:37 +0100 |
| commit | 4a3587d8db9f651866ce70312ac9de11316b42c9 (patch) | |
| tree | 4717c2c662fb32ff2286f6bb656659566a2fe2ea /src/Makefile.am | |
| parent | MOVEONLY: Move CFeeRate and Amount constants to amount.o (diff) | |
| download | discoin-4a3587d8db9f651866ce70312ac9de11316b42c9.tar.xz discoin-4a3587d8db9f651866ce70312ac9de11316b42c9.zip | |
MOVEONLY: Separate CTransaction and dependencies from core
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index d5abbc17d..5485127e6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -81,6 +81,7 @@ BITCOIN_CORE_H = \ coins.h \ compat.h \ core.h \ + core/transaction.h \ core_io.h \ crypter.h \ db.h \ @@ -213,6 +214,7 @@ libbitcoin_common_a_SOURCES = \ chainparams.cpp \ coins.cpp \ core.cpp \ + core/transaction.cpp \ core_read.cpp \ core_write.cpp \ hash.cpp \ |