aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorTheCharlatan <seb.kung@gmail.com>2023-05-17 17:40:32 +0200
committerTheCharlatan <seb.kung@gmail.com>2023-05-20 12:03:31 +0200
commit44de325d95447498036479c3112ba741caf45bf6 (patch)
tree9bc11783c5552de98b2aeac6bbd1456d5031ae9d /src/Makefile.am
parent9ec5da36b62276ae22e348f26f88aaf646357d6d (diff)
downloadbitcoin-44de325d95447498036479c3112ba741caf45bf6.tar.xz
refactor: Split util::insert into its own file
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 9764df7fbc..c952d73758 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -297,6 +297,7 @@ BITCOIN_CORE_H = \
util/golombrice.h \
util/hash_type.h \
util/hasher.h \
+ util/insert.h \
util/macros.h \
util/message.h \
util/moneystr.h \