-rw-r--r-- | src/Makefile.am | 11 | ||||
-rw-r--r-- | src/aggregator.c | 7 | ||||
-rw-r--r-- | src/updator.c | 33 |
3 files changed, 43 insertions, 8 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index fcbcdd5..a7e6852 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,15 +1,18 @@ -bin_PROGRAMS = aggregator +bin_PROGRAMS = aggregator updator aggregator_SOURCES = \ aggregator.c \ - assign_protein_type.c \ check_error.c \ check_h5_error.c \ - check_ncbi_error.c \ load_influenza_aa_dat.c \ load_influenza_faa.c -aggregator_LDADD = -lhdf5 +updator_SOURCES = \ + updator.c \ + check_error.c \ + check_h5_error.c \ + check_ncbi_error.c \ + assign_protein_type.c noinst_HEADERS = \ assign_protein_type.h \ |