aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-04-04 12:25:56 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-05-11 10:38:18 +0200
commitfaa921f78788be0f236c6b10ed3f92dcf148d1cb (patch)
treeff190b5831f15cdddf718e722659c51075b1c9c5 /src/Makefile.am
parentd2f6d2976f50e7944b1582f022c7ba8dfbc0bfa7 (diff)
downloadbitcoin-faa921f78788be0f236c6b10ed3f92dcf148d1cb.tar.xz
move-only: Add util/hash_type
Can be reviewed with --color-moved=dimmed-zebra
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 972a3e279b..2b389e4b0a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -246,6 +246,7 @@ BITCOIN_CORE_H = \
util/fees.h \
util/getuniquepath.h \
util/golombrice.h \
+ util/hash_type.h \
util/hasher.h \
util/macros.h \
util/message.h \