src/hg/hgc/makefile 1.64

1.64 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/hg/hgc/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgc/makefile,v
retrieving revision 1.63
retrieving revision 1.64
diff -b -B -U 4 -r1.63 -r1.64
--- src/hg/hgc/makefile	2 Aug 2009 18:57:08 -0000	1.63
+++ src/hg/hgc/makefile	8 Oct 2009 06:25:38 -0000	1.64
@@ -2,11 +2,8 @@
 
 L += -lm ${MYSQLLIBS} 
 MYLIBDIR = ../../lib/${MACHTYPE}
 MYLIBS =  ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a
-ifeq (${USE_BAM},1)
-    MYLIBS += ${SAMLIB}
-endif
 
 A = hgc
 
 O = $A.o bamClick.o bigBedClick.o cgapSageClick.o encodeClick.o expClick.o mafClick.o \