aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-04-17 20:59:17 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-04-19 13:04:23 +0200
commitfafb68add5e16e8bd5b9428bcffcaee2639747cf (patch)
tree990c05dc7743dadfc8e0c280b92169c16f5494f1 /src/Makefile.am
parentfaabeb854a6e46b46e4f26b22dc2c81e68e2d863 (diff)
downloadbitcoin-fafb68add5e16e8bd5b9428bcffcaee2639747cf.tar.xz
refactor: Add and use EnsureConnman in rpc code
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ddeccd85ea..e25e210e1e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -199,6 +199,7 @@ BITCOIN_CORE_H = \
rpc/blockchain.h \
rpc/client.h \
rpc/mining.h \
+ rpc/net.h \
rpc/protocol.h \
rpc/rawtransaction_util.h \
rpc/register.h \