diff --git a/Makefile.am b/Makefile.am index 0332e686d37..f121c33b242 100644 --- a/Makefile.am +++ b/Makefile.am @@ -192,6 +192,7 @@ if USE_LCOV LCOV_FILTER_PATTERN = \ -p "/usr/include/" \ -p "/usr/lib/" \ + -p "/usr/lib64/" \ -p "src/leveldb/" \ -p "src/bench/" \ -p "src/univalue" \