diff options
| author | Cory Fields <[email protected]> | 2016-12-27 17:12:15 -0500 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2017-01-03 17:53:09 -0500 |
| commit | 799df9115f262fbc25c2c2737ccd8a4e1b20e5b0 (patch) | |
| tree | 6f146cd1c5ae50626955b2b31de244d0a746ba4c /src/Makefile.am | |
| parent | net: a few small cleanups before replacing boost threads (diff) | |
| download | discoin-799df9115f262fbc25c2c2737ccd8a4e1b20e5b0.tar.xz discoin-799df9115f262fbc25c2c2737ccd8a4e1b20e5b0.zip | |
net: add CThreadInterrupt and InterruptibleSleep
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 89b90e6df..3428d4613 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -138,6 +138,7 @@ BITCOIN_CORE_H = \ support/lockedpool.h \ sync.h \ threadsafety.h \ + threadinterrupt.h \ timedata.h \ torcontrol.h \ txdb.h \ @@ -327,6 +328,7 @@ libbitcoin_util_a_SOURCES = \ rpc/protocol.cpp \ support/cleanse.cpp \ sync.cpp \ + threadinterrupt.cpp \ util.cpp \ utilmoneystr.cpp \ utilstrencodings.cpp \ |