]> git.donarmstrong.com Git - rsem.git/blobdiff - makefile
some changes
[rsem.git] / makefile
index 12fc9d61a605ffa5ea7bf76d123388f246141afc..76094590dc81f6396538c4fbee38c335e1596283 100644 (file)
--- a/makefile
+++ b/makefile
@@ -102,7 +102,7 @@ rsem-calculate-credibility-intervals : calcCI.o
        $(CC) -o rsem-calculate-credibility-intervals calcCI.o
 
 #some header files are omitted
-calcCI.o : utils.h Model.h SingleModel.h SingleQModel.h PairedEndModel.h PairedEndQModel.h RefSeq.h RefSeqPolicy.h PolyARules.h Refs.h GroupInfo.h calcCI.cpp
+calcCI.o : utils.h Model.h SingleModel.h SingleQModel.h PairedEndModel.h PairedEndQModel.h RefSeq.h RefSeqPolicy.h PolyARules.h Refs.h GroupInfo.h calcCI.cpp boost/random.hpp
        $(CC) $(COFLAGS) calcCI.cpp
 
 clean: