diff options
author | jtimon <jtimon@monetize.io> | 2014-08-20 17:37:40 +0200 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2014-09-08 20:19:31 +0200 |
commit | cbd22a50c4b3d2d0f133c5f8d34c9c7aca9c7f4f (patch) | |
tree | f7d2577fc90f9463b0f10dd04a060d42b4ed70f4 /src/Makefile.am | |
parent | 86dbeea2cdd5749374c98afea3e4f5f49817f746 (diff) |
Move CScript class and dependencies to script/script
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 e6fc1fdbef..a9f1ceeeba 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -98,6 +98,7 @@ BITCOIN_CORE_H = \ rpcclient.h \ rpcprotocol.h \ rpcserver.h \ + script/script.h \ scriptutils.h \ serialize.h \ sync.h \ @@ -206,6 +207,7 @@ libbitcoin_common_a_SOURCES = \ keystore.cpp \ netbase.cpp \ protocol.cpp \ + script/script.cpp \ scriptutils.cpp \ $(BITCOIN_CORE_H) |