diff options
author | Wladimir J. van der Laan <laanwj@protonmail.com> | 2019-11-07 15:52:44 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@protonmail.com> | 2020-01-28 17:01:48 +0100 |
commit | 9ebdf047578f0da7e6578d0c51c32f55e84ac157 (patch) | |
tree | 7cd64e5ced186f46aa40f9a14e24b04081105cea /src/Makefile.am | |
parent | 402252a8081e25f22aa1a5c60708714cf1d84ec4 (diff) |
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 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 |