r384: don't compile bwamem-lite by default

This commit is contained in:
Heng Li 2013-04-23 11:27:30 -04:00
parent 78ed00021f
commit 2f6897c72b
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ AOBJS= QSufSort.o bwt_gen.o bwase.o bwaseqio.o bwtgap.o bwtaln.o bamlite.o \
is.o bwtindex.o bwape.o kopen.o pemerge.o \
bwtsw2_core.o bwtsw2_main.o bwtsw2_aux.o bwt_lite.o \
bwtsw2_chain.o fastmap.o bwtsw2_pair.o
PROG= bwa bwamem-lite
PROG= bwa
INCLUDES=
LIBS= -lm -lz -lpthread
SUBDIRS= .

2
main.c
View File

@ -3,7 +3,7 @@
#include "utils.h"
#ifndef PACKAGE_VERSION
#define PACKAGE_VERSION "0.7.3-r382-beta"
#define PACKAGE_VERSION "0.7.3-r384-beta"
#endif
int bwa_fa2pac(int argc, char *argv[]);