src/hg/hgTracks/makefile 1.86
1.86 2009/08/02 18:57:08 markd
allow more flexability in find SAMTools
Index: src/hg/hgTracks/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTracks/makefile,v
retrieving revision 1.85
retrieving revision 1.86
diff -b -B -U 4 -r1.85 -r1.86
--- src/hg/hgTracks/makefile 26 Jun 2009 20:04:32 -0000 1.85
+++ src/hg/hgTracks/makefile 2 Aug 2009 18:57:08 -0000 1.86
@@ -3,9 +3,9 @@
L += ${MYSQLLIBS} -lm
MYLIBDIR = ../../lib/${MACHTYPE}
MYLIBS = ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a
ifeq (${USE_BAM},1)
- MYLIBS += ${SAMPATH}/libbam.a
+ MYLIBS += ${SAMLIB}
endif
A = hgTracks