diff options
author | jtimon <jtimon@monetize.io> | 2014-08-20 18:33:30 +0200 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2014-09-08 20:21:35 +0200 |
commit | 9294a4bbe7ec067a45905b6e693414ad7d3b5669 (patch) | |
tree | 514980981adea5dffbc292b8e136bcfce01956df /src/Makefile.am | |
parent | c4408a6c8534a36711557028a69314024cbc1bbe (diff) |
Separate CScriptCompressor
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 c3e2f7ed82..efa55f0dc2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -99,6 +99,7 @@ BITCOIN_CORE_H = \ rpcprotocol.h \ rpcserver.h \ script/interpreter.h \ + script/compressor.h \ script/script.h \ script/standard.h \ scriptutils.h \ @@ -210,6 +211,7 @@ libbitcoin_common_a_SOURCES = \ netbase.cpp \ protocol.cpp \ script/interpreter.cpp \ + script/compressor.cpp \ script/script.cpp \ script/standard.cpp \ scriptutils.cpp \ |