-rw-r--r-- | configure.ac | 62 | ||||
-rw-r--r-- | doc/build-cobalt.txt | 24 | ||||
-rw-r--r-- | src/Makefile.am | 6 | ||||
-rw-r--r-- | src/assign/assign_blast_scores.c | 27 | ||||
-rw-r--r-- | src/assign/assign_blast_scores.h | 12 | ||||
-rw-r--r-- | src/updator.c | 20 |
6 files changed, 127 insertions, 24 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 752c0fe..407d7cd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -10,10 +10,9 @@ aggregator_SOURCES = \ model/blast_scores_data_init.c \ model/sequence_data_init.c -aggregator_LDADD = -lirc -lmpi -lsz -lz - updator_SOURCES = \ updator.c \ + assign/assign_blast_scores.c \ assign/assign_protein_type.c \ error/check_error.c \ error/check_h5_error.c \ @@ -21,9 +20,8 @@ updator_SOURCES = \ model/gi_type_data_init.c \ model/sequence_data_init.c -updator_LDADD = -lirc -lmpi -lsz -lz - noinst_HEADERS = \ + assign/assign_blast_scores.h \ assign/assign_protein_type.h \ error/check_error.h \ error/check_h5_error.h \ |