X-Git-Url: https://git.donarmstrong.com/?p=fastq-tools.git;a=blobdiff_plain;f=src%2FMakefile.am;h=c50f420bcd01e4396244e757fb4beec46d82b109;hp=4d47d16df5cfb8e33677f93be09437d895eda756;hb=48a5939e574874106f1450fd278f602b731d2a83;hpb=54e8755d8c3bf9df0e27aae9ac6ee8976d5943c4 diff --git a/src/Makefile.am b/src/Makefile.am index 4d47d16..c50f420 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,13 +3,13 @@ SUBDIRS = swsse2 bin_PROGRAMS = fastq-grep fastq-kmers fastq-match -fastq_grep_SOURCES = kseq.h fastq-grep.c +fastq_grep_SOURCES = kseq.h fastq-grep.c fastq-parse.c fastq-common.c fastq_grep_LDADD = $(PCRE_LIBS) -lz -fastq_kmers_SOURCES = kseq.h fastq-kmers.c +fastq_kmers_SOURCES = kseq.h fastq-kmers.c fastq-parse.c fastq-common.c fastq_kmers_LDADD = -lz -fastq_match_SOURCES = kseq.h fastq-match.c +fastq_match_SOURCES = kseq.h fastq-match.c fastq-parse.c fastq-common.c fastq_match_LDADD = swsse2/libswsse2.la -lz fastq_match_CFLAGS = -msse2