src/inc/common.mk 1.71
1.71 2009/10/08 06:25:38 angie
Use of samtools is spreading in the tree, so (if USE_BAM) add SAMLIB to L at the top level (inc/common.mk).
Index: src/inc/common.mk
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/common.mk,v
retrieving revision 1.70
retrieving revision 1.71
diff -b -B -U 4 -r1.70 -r1.71
--- src/inc/common.mk 14 Sep 2009 18:16:26 -0000 1.70
+++ src/inc/common.mk 8 Oct 2009 06:25:38 -0000 1.71
@@ -43,8 +43,9 @@
ifeq (${SAMLIB},)
SAMLIB = ${SAMDIR}/libbam.a
endif
HG_INC += -I${SAMINC}
+ L+=${SAMLIB}
HG_DEFS+=-DUSE_BAM
endif
ifeq (${HG_WARN},)