diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-07-06 18:06:03 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-07-06 18:54:20 +0200 |
commit | 9546a977d354b2ec6cd8455538e68fe4ba343a44 (patch) | |
tree | 38b3ba612a2f6a3453e58e8fd84143db12042a9a /src/Makefile.am | |
parent | d0a10c1959176eb40c0ec47a56de00820c59066d (diff) | |
parent | 9238ecb41752e097443d0bc117df35ebd4ac932e (diff) |
Merge pull request #6335
9238ecb Policy: MOVEONLY: 3 functions to policy.o: (Luke Dashjr)
627b9de Policy: MOVEONLY: Create policy/policy.h with some constants (Jorge Timón)
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 59618c4940..b82c6dc37a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -111,6 +111,7 @@ BITCOIN_CORE_H = \ netbase.h \ noui.h \ policy/fees.h \ + policy/policy.h \ pow.h \ primitives/block.h \ primitives/transaction.h \ @@ -176,6 +177,7 @@ libbitcoin_server_a_SOURCES = \ net.cpp \ noui.cpp \ policy/fees.cpp \ + policy/policy.cpp \ pow.cpp \ rest.cpp \ rpcblockchain.cpp \ |