diff options
| author | jtimon <[email protected]> | 2014-08-27 20:11:41 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2014-09-08 20:21:33 +0200 |
| commit | da03e6ed7c380d8942592626b9677579267f86fd (patch) | |
| tree | 51bb4b2a76182c6c84fccfb9fcf3ef620d2e7338 /src/Makefile.am | |
| parent | Move CScript class and dependencies to script/script (diff) | |
| download | discoin-da03e6ed7c380d8942592626b9677579267f86fd.tar.xz discoin-da03e6ed7c380d8942592626b9677579267f86fd.zip | |
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 a9f1ceeeb..a3fdd3ee6 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) |