From 42b441cacb6f25a3bf4758d036057c8fae661b3d Mon Sep 17 00:00:00 2001 From: cjustin Date: Wed, 26 Aug 2020 02:01:39 -0400 Subject: [PATCH] add miBF query support to makefile.am --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 94c633c..144f677 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,7 @@ include_HEADERS = \ CountingBloomFilter.hpp \ KmerBloomFilter.hpp \ MIBFQuerySupport.hpp \ + MIBFConstructSupport.hpp \ MIBloomFilter.hpp \ vendor/catch.hpp \ vendor/nthash.hpp \