Author: Andreas Tille <tille@debian.org>
Last-Update: Mon, 06 Jun 2016 11:24:46 +0200
Description: Don't use static library

--- a/test/fuse/Makefile
+++ b/test/fuse/Makefile
@@ -52,7 +52,7 @@ REMOTE_FUSER_TEST_OBJ = \
 	$(addsuffix .$(OBJX),$(REMOTE_FUSER_TEST_SRC))
     
 REMOTE_FUSER_TEST_LIB =   \
-	-sncbi-vdb-static   \
+	-sncbi-vdb   \
 	-skapp
 
 $(TEST_BINDIR)/remote-fuser-test: $(REMOTE_FUSER_TEST_OBJ)
--- a/test/ngs-pileup/Makefile
+++ b/test/ngs-pileup/Makefile
@@ -52,7 +52,7 @@ TEST_NGS_PILEUP_OBJ = \
 TEST_NGS_PILEUP_LIB =   \
 	-sngs-c++           \
 	-sncbi-ngs-c++      \
-	-sncbi-vdb-static   \
+	-sncbi-vdb   \
 	-skapp              \
     -sktst              \
 
--- a/tools/fastq-dump/Makefile
+++ b/tools/fastq-dump/Makefile
@@ -72,7 +72,7 @@ clean: stdclean
 DUMP_LIBS = \
 	-lncbi-ngs-c++    \
 	-lngs-c++         \
-	-lncbi-vdb-static \
+	-lncbi-vdb \
 	-lkapp \
 	-stk-version
 
--- a/tools/ngs-pileup/Makefile
+++ b/tools/ngs-pileup/Makefile
@@ -72,7 +72,7 @@ NGS_PILEUP_OBJ = \
 
 NGS_PILEUP_LIBS = \
 	-sncbi-ngs-c++    \
-	-sncbi-vdb-static \
+	-sncbi-vdb \
 	-sngs-c++         \
 	-skapp \
 	-stk-version \
--- a/tools/sra-seq-count/Makefile
+++ b/tools/sra-seq-count/Makefile
@@ -65,7 +65,7 @@ TOOL_LIBS = \
 	-stk-version \
 	-sncbi-ngs-c++ \
 	-sngs-c++ \
-	-sncbi-vdb-static
+	-sncbi-vdb
 
 #-------------------------------------------------------------------------------
 # fastq-dump
