]> git.donarmstrong.com Git - fastq-tools.git/blobdiff - src/Makefile.am
a few fixes, and a program to tabulate quality scores
[fastq-tools.git] / src / Makefile.am
index 989ae69c771ee501f1a2f040ae6c0190efb49b74..080e884de39ef1e55937c09d1522474cc9733568 100644 (file)
@@ -1,5 +1,5 @@
 
-bin_PROGRAMS = fastq-grep fastq-kmers fastq-match fastq-uniq
+bin_PROGRAMS = fastq-grep fastq-kmers fastq-match fastq-uniq fastq-qual
 
 fastq_common_src=common.h common.c
 fastq_parse_src=parse.h parse.c
@@ -18,4 +18,6 @@ fastq_match_LDADD   = -lz
 fastq_uniq_SOURCES = fastq-uniq.c $(fastq_common_src) $(fastq_parse_src) $(fastq_hash_src)
 fastq_uniq_LDADD   = -lz
 
+fastq_qual_SOURCES = fastq-qual.c $(fastq_common_src) $(fastq_parse_src) $(fastq_qual_src)
+fastq_qual_LDADD   = -lz