diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2019-10-27 12:52:31 -0700 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2019-11-12 14:50:44 -0800 |
commit | 723c79666770b30cce9f962bed5ece8cc7d74580 (patch) | |
tree | b1dbaecda34a61030ede89845bcb271fb4687277 /src/Makefile.am | |
parent | cea3902015185adc88adbd031d919f91bc844fd7 (diff) |
[MOVEONLY] Move cpuid code from random & sha256 to compat/cpuid
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index dd67bf3240..b04d2ecbbf 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -119,6 +119,7 @@ BITCOIN_CORE_H = \ compat.h \ compat/assumptions.h \ compat/byteswap.h \ + compat/cpuid.h \ compat/endian.h \ compat/sanity.h \ compressor.h \ |