6a669653cb62b01c69de4da19c4baa27cf625e40
braney
  Sun Sep 1 09:37:57 2013 -0700
add snake configuration options, only link in HAL libraries in hgTracks,temporarily(?) remove support for snakes based on chains #10637

diff --git src/hg/hgTracks/makefile.hgRenderTracks src/hg/hgTracks/makefile.hgRenderTracks
index 6a16b70..3720d3c 100644
--- src/hg/hgTracks/makefile.hgRenderTracks
+++ src/hg/hgTracks/makefile.hgRenderTracks
@@ -1,18 +1,18 @@
 include ../../inc/common.mk
 
-L += ${MYSQLLIBS} -lm
+L += ${HALLIBS} ${MYSQLLIBS} -lm
 MYLIBDIR = ../../lib/${MACHTYPE}
 MYLIBS =  ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a
 
 A = hgRenderTracks
 
 # RENDERO is defined in the parent makefile
 
 O = ${RENDERO}
 
 include ../../inc/cgi_build_rules.mk
 
 %.o: %.c
 	${CC} ${COPT} ${CFLAGS} ${GBROWSE_D} ${LOWELAB_DEFS} ${HG_DEFS} ${HG_WARN} ${HG_INC} ${XINC} -o $@ -c $<
 
 mgsc: strip