diff options
author | jtimon <jtimon@monetize.io> | 2014-08-23 03:35:51 +0200 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2014-09-08 20:21:35 +0200 |
commit | c4408a6c8534a36711557028a69314024cbc1bbe (patch) | |
tree | eccd3df9057ee057ffb27844295cd54fa2366a72 /src/Makefile.am | |
parent | da03e6ed7c380d8942592626b9677579267f86fd (diff) |
Separate script/standard
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 a3fdd3ee6a..c3e2f7ed82 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -100,6 +100,7 @@ BITCOIN_CORE_H = \ rpcserver.h \ script/interpreter.h \ script/script.h \ + script/standard.h \ scriptutils.h \ serialize.h \ sync.h \ @@ -210,6 +211,7 @@ libbitcoin_common_a_SOURCES = \ protocol.cpp \ script/interpreter.cpp \ script/script.cpp \ + script/standard.cpp \ scriptutils.cpp \ $(BITCOIN_CORE_H) |