diff options
author | Wladimir J. van der Laan <laanwj@protonmail.com> | 2021-01-26 19:36:41 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@protonmail.com> | 2021-03-04 18:24:00 +0100 |
commit | 612f746a8ffa265b6877bedbbe21fcbb392f1516 (patch) | |
tree | 0d9f1e994cd718b698ee03bd63be422d268129cc /src/Makefile.am | |
parent | 2e8116149ca45316e7cdd8ed25ea9a130afd0130 (diff) |
util: Add RAII TokenPipe
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 8a9ef49a34..6a7a49f012 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -249,6 +249,7 @@ BITCOIN_CORE_H = \ util/system.h \ util/threadnames.h \ util/time.h \ + util/tokenpipe.h \ util/trace.h \ util/translation.h \ util/ui_change_type.h \ @@ -577,6 +578,7 @@ libbitcoin_util_a_SOURCES = \ util/strencodings.cpp \ util/string.cpp \ util/time.cpp \ + util/tokenpipe.cpp \ $(BITCOIN_CORE_H) if USE_LIBEVENT |