From: Heng Li Date: Wed, 11 Mar 2009 10:49:00 +0000 (+0000) Subject: added bam_stat.o to Makefile.lite X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=74ec83046fbbc063eaf0823c29c9345712452357;p=samtools.git added bam_stat.o to Makefile.lite --- diff --git a/Makefile.lite b/Makefile.lite index 2abb0ab..36b81c0 100644 --- a/Makefile.lite +++ b/Makefile.lite @@ -5,7 +5,7 @@ CXXFLAGS= $(CFLAGS) DFLAGS= -D_IOLIB=2 -D_FILE_OFFSET_BITS=64 -D_NO_CURSES -D_NO_RAZF OBJS= bam.o bam_import.o bam_pileup.o bam_lpileup.o bam_sort.o bam_index.o \ bgzf.o faidx.o bam_tview.o bam_maqcns.o bam_aux.o bam_plcmd.o \ - bam_mate.o bam_rmdup.o glf.o + bam_mate.o bam_rmdup.o glf.o bam_stat.o PROG= samtools INCLUDES= LIBS= -lm -lz