diff options
| author | Wladimir J. van der Laan <[email protected]> | 2019-11-07 15:52:44 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2020-01-28 17:01:48 +0100 |
| commit | 9ebdf047578f0da7e6578d0c51c32f55e84ac157 (patch) | |
| tree | 7cd64e5ced186f46aa40f9a14e24b04081105cea /src/Makefile.am | |
| parent | build: Add LCOV exception for crc32c (diff) | |
| download | discoin-9ebdf047578f0da7e6578d0c51c32f55e84ac157.tar.xz discoin-9ebdf047578f0da7e6578d0c51c32f55e84ac157.zip | |
build: CRC32C build system integration
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 821553579..367e006d7 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 |