add missing lib for tests
authorOlivier Sallou <osallou@debian.org>
Tue, 5 Sep 2023 02:40:42 +0000 (22:40 -0400)
committerAaron M. Ucko <ucko@debian.org>
Tue, 5 Sep 2023 02:40:42 +0000 (22:40 -0400)
Forwarded: Not-Needed
Last-Updated: 2018-02-11

Gbp-Pq: Name fix_unit_tests

c++/src/algo/blast/Makefile.blast_macros.mk

index 7ca8aa51c19b762d30ae628a1e26adf450a5c6f4..9069afde0f4cc20782ec28f3eabacd15e67b73fc 100644 (file)
@@ -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)