From: Olivier Sallou Date: Sun, 4 May 2025 03:42:51 +0000 (-0400) Subject: add missing lib for tests X-Git-Tag: archive/raspbian/2.16.0+ds-7+rpi1^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=34b23edd2695a2398e24be3546a890b8910fbd90;p=ncbi-blast%2B.git add missing lib for tests Forwarded: Not-Needed Last-Updated: 2018-02-11 Gbp-Pq: Name fix_unit_tests --- 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)