diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-09-09 10:00:42 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-09-14 12:25:38 +0200 |
commit | 2d79bba36b028dd803fb17124420b9d209b842b6 (patch) | |
tree | e07bae5ff05b842ec2dbdb15f6c7c7eab93da3a5 /src/Makefile.am | |
parent | e5fc6631b9ca452eaacc8f978b3c5ffe2ef38e77 (diff) |
cleanup new script files (no code changes)
- add missing header end comments
- ensure alphabetical ordering
- update copyright year and license
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b2071f49e2..78bb6cd6d1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -98,8 +98,8 @@ BITCOIN_CORE_H = \ rpcclient.h \ rpcprotocol.h \ rpcserver.h \ - script/interpreter.h \ script/compressor.h \ + script/interpreter.h \ script/script.h \ script/sign.h \ script/standard.h \ @@ -212,8 +212,8 @@ libbitcoin_common_a_SOURCES = \ keystore.cpp \ netbase.cpp \ protocol.cpp \ - script/interpreter.cpp \ script/compressor.cpp \ + script/interpreter.cpp \ script/script.cpp \ script/sign.cpp \ script/standard.cpp \ |