aboutsummaryrefslogtreecommitdiff
blob: 898e3a70ba97b725ed525bd0ce816a9e5c5c920a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: c++.18.0.0/src/app/vecscreen/Makefile.vecscreen.app
===================================================================
--- c++.18.0.0/src/app/vecscreen/Makefile.vecscreen.app	(revision 523253)
+++ c++.18.0.0/src/app/vecscreen/Makefile.vecscreen.app	(working copy)
@@ -4,7 +4,7 @@
 
 APP = vecscreen
 SRC = vecscreen_app
-LIB_ = $(BLAST_INPUT_LIBS) $(BLAST_LIBS) $(OBJMGR_LIBS)
+LIB_ = $(BLAST_INPUT_LIBS) $(BLAST_LIBS) xregexp $(PCRE_LIB) $(OBJMGR_LIBS)
 LIB = $(LIB_:%=%$(STATIC))
 # FIXME: do we need blast_app_util
 #LIB = blast_app_util $(LIB_:%=%$(STATIC))