aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@protonmail.com>2019-11-07 15:52:44 +0100
committerWladimir J. van der Laan <laanwj@protonmail.com>2020-01-28 17:01:48 +0100
commit9ebdf047578f0da7e6578d0c51c32f55e84ac157 (patch)
tree7cd64e5ced186f46aa40f9a14e24b04081105cea /src/Makefile.am
parent402252a8081e25f22aa1a5c60708714cf1d84ec4 (diff)
downloadbitcoin-9ebdf047578f0da7e6578d0c51c32f55e84ac157.tar.xz
build: CRC32C build system integration
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 821553579a..367e006d73 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -716,6 +716,7 @@ if HARDEN
endif
if EMBEDDED_LEVELDB
+include Makefile.crc32c.include
include Makefile.leveldb.include
endif