diff options
author | nicolas.dorier <nicolas.dorier@gmail.com> | 2019-06-20 18:37:51 +0900 |
---|---|---|
committer | nicolas.dorier <nicolas.dorier@gmail.com> | 2019-08-11 11:33:27 +0900 |
commit | e5b26deaaa6842f7dd7c4537ede000f965ea0189 (patch) | |
tree | c45a24d8290b86ef74bb6b95287de5972768caa2 /src/Makefile.am | |
parent | e5fdda68c6d2313edb74443f0d1e6d2ce2d97f5e (diff) |
Make whitebind/whitelist permissions more flexible
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 ef5b1900d9..141d8e68ea 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -150,6 +150,7 @@ BITCOIN_CORE_H = \ merkleblock.h \ miner.h \ net.h \ + net_permissions.h \ net_processing.h \ netaddress.h \ netbase.h \ @@ -454,6 +455,7 @@ libbitcoin_common_a_SOURCES = \ merkleblock.cpp \ netaddress.cpp \ netbase.cpp \ + net_permissions.cpp \ outputtype.cpp \ policy/feerate.cpp \ policy/policy.cpp \ |