From 34b23edd2695a2398e24be3546a890b8910fbd90 Mon Sep 17 00:00:00 2001 From: Olivier Sallou Date: Sat, 3 May 2025 23:42:51 -0400 Subject: [PATCH] add missing lib for tests Forwarded: Not-Needed Last-Updated: 2018-02-11 Gbp-Pq: Name fix_unit_tests --- c++/src/algo/blast/Makefile.blast_macros.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c++/src/algo/blast/Makefile.blast_macros.mk b/c++/src/algo/blast/Makefile.blast_macros.mk index fee511ae..c9b8017e 100644 --- a/c++/src/algo/blast/Makefile.blast_macros.mk +++ b/c++/src/algo/blast/Makefile.blast_macros.mk @@ -22,7 +22,7 @@ BLAST_LDEP = utrtprof xalgoblastdbindex composition_adjustment \ xalgodustmask xalgowinmask seqmasks_io seqdb blast_services xalnmgr \ xobjutil $(OBJREAD_LIBS) xnetblastcli xnetblast blastdb \ sqlitewrapp scoremat tables $(LMDB_LIB) -BLAST_LIBS = proteinkmer xblast $(BLAST_LDEP) +BLAST_LIBS = proteinkmer xblast blast $(BLAST_LDEP) # BLAST additionally needs xconnect $(SOBJMGR_LIBS) or $(OBJMGR_LIBS) -- 2.30.2