diff options
author | jtimon <jtimon@blockstream.io> | 2014-08-27 20:11:41 +0200 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2014-09-08 20:21:33 +0200 |
commit | da03e6ed7c380d8942592626b9677579267f86fd (patch) | |
tree | 51bb4b2a76182c6c84fccfb9fcf3ef620d2e7338 /src/Makefile.am | |
parent | cbd22a50c4b3d2d0f133c5f8d34c9c7aca9c7f4f (diff) |
Separate script/interpreter
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 a9f1ceeeba..a3fdd3ee6a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -98,6 +98,7 @@ BITCOIN_CORE_H = \ rpcclient.h \ rpcprotocol.h \ rpcserver.h \ + script/interpreter.h \ script/script.h \ scriptutils.h \ serialize.h \ @@ -207,6 +208,7 @@ libbitcoin_common_a_SOURCES = \ keystore.cpp \ netbase.cpp \ protocol.cpp \ + script/interpreter.cpp \ script/script.cpp \ scriptutils.cpp \ $(BITCOIN_CORE_H) |