summaryrefslogtreecommitdiffstats
Unidiff
-rw-r--r--src/Makefile.am11
-rw-r--r--src/aggregator.c7
-rw-r--r--src/updator.c33
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 @@
1bin_PROGRAMS = aggregator1bin_PROGRAMS = aggregator updator
22
3aggregator_SOURCES = \3aggregator_SOURCES = \
4 aggregator.c \4 aggregator.c \
5 assign_protein_type.c \
6 check_error.c \5 check_error.c \
7 check_h5_error.c \6 check_h5_error.c \
8 check_ncbi_error.c \
9 load_influenza_aa_dat.c \7 load_influenza_aa_dat.c \
10 load_influenza_faa.c8 load_influenza_faa.c
119
12aggregator_LDADD = -lhdf510updator_SOURCES = \
11 updator.c \
12 check_error.c \
13 check_h5_error.c \
14 check_ncbi_error.c \
15 assign_protein_type.c
1316
14noinst_HEADERS = \17noinst_HEADERS = \
15 assign_protein_type.h \18 assign_protein_type.h \

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.