diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2014-10-11 22:41:05 +0000 |
---|---|---|
committer | Jorge Timón <jtimon@jtimon.cc> | 2015-06-26 17:59:10 +0200 |
commit | 9238ecb41752e097443d0bc117df35ebd4ac932e (patch) | |
tree | 31c253bebd26069a8917cb1c993f72d4bb604538 /src/Makefile.am | |
parent | 627b9deff4e8e18fc6d001b6eb9818c13c648820 (diff) |
Policy: MOVEONLY: 3 functions to policy.o:
- [script/standard.o] IsStandard
- [main.o] IsStandardTx
- [main.o] AreInputsStandard
Also, don't use namespace std in policy.cpp
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 5515b2f181..b82c6dc37a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -177,6 +177,7 @@ libbitcoin_server_a_SOURCES = \ net.cpp \ noui.cpp \ policy/fees.cpp \ + policy/policy.cpp \ pow.cpp \ rest.cpp \ rpcblockchain.cpp \ |