aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2022-03-11 10:14:31 +0100
committerMacroFake <falke.marco@gmail.com>2022-06-01 20:06:01 +0200
commitfa72e0ba15c6382e9068be221ab4872bef000cbc (patch)
tree6fde0e31f67105883141366e6d34099dce52bffb /src/Makefile.am
parent9cc010f5a9d7c01ac2bae34194cc5fd2bb8c0275 (diff)
downloadbitcoin-fa72e0ba15c6382e9068be221ab4872bef000cbc.tar.xz
Use designated initializers
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 a6e9048949..d6208ab346 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -254,6 +254,7 @@ BITCOIN_CORE_H = \
util/bip32.h \
util/bytevectorhash.h \
util/check.h \
+ util/designator.h \
util/epochguard.h \
util/error.h \
util/fastrange.h \