From: Olivier Sallou Date: Tue, 5 Sep 2023 02:40:42 +0000 (-0400) Subject: add missing lib for tests X-Git-Tag: archive/raspbian/2.16.0+ds-7+rpi1~1^2^2^2^2^2^2^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8451b1855fd59e7ee46c2cdfe78a60c1125386c7;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 7ca8aa51..9069afde 100644 --- a/c++/src/algo/blast/Makefile.blast_macros.mk +++ b/c++/src/algo/blast/Makefile.blast_macros.mk @@ -21,7 +21,7 @@ BLAST_SRA_LIBS=blast_sra $(SRAXF_LIBS) vxf $(SRA_LIBS) BLAST_LDEP = utrtprof xalgoblastdbindex composition_adjustment \ xalgodustmask xalgowinmask seqmasks_io seqdb blast_services xalnmgr \ xobjutil $(OBJREAD_LIBS) xnetblastcli xnetblast blastdb 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)