diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2021-10-14 19:33:06 +0000 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2021-10-15 01:02:45 +0000 |
commit | 17ae2601c786e6863cee1bd62297d79521219295 (patch) | |
tree | be08178da94fec2b7a9783a29918336c998c5eba /src/Makefile.am | |
parent | 6419bdfeb130b20ccfed229d9ba7eca7f385d036 (diff) |
build: remove build stubs for external leveldb
Presumably these stubs indicate to packagers that external leveldb is meant to
be supported in some way. It is not. Remove the stubs to avoid sending any
mixed messages.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 9d15120b72..dd35dcfc70 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -852,11 +852,8 @@ nodist_libbitcoin_ipc_a_SOURCES = $(libbitcoin_ipc_mpgen_output) CLEANFILES += $(libbitcoin_ipc_mpgen_output) endif -if EMBEDDED_LEVELDB include Makefile.crc32c.include include Makefile.leveldb.include -endif - include Makefile.test_util.include include Makefile.test_fuzz.include |