644e660c5f6db00acf08433f9a7ed09738e13488
braney
  Sun Mar 8 18:57:44 2015 -0700
add a menu in hgTracksUi to let folks choose a coalescent ancestor when
resolving duplications (per Joel)

diff --git src/hg/hgTrackUi/makefile src/hg/hgTrackUi/makefile
index 0910b53..d11e2ba 100644
--- src/hg/hgTrackUi/makefile
+++ src/hg/hgTrackUi/makefile
@@ -1,15 +1,15 @@
 include ../../inc/common.mk
 
-L += -lm ${MYSQLLIBS}
+L += ${HALLIBS} ${MYSQLLIBS} -lm
 MYLIBDIR = ../../lib/${MACHTYPE}
 MYLIBS =  ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a
 
 A = hgTrackUi
 
 O = $A.o cgapSageUi.o encodePeakUi.o
 
 include ../../inc/cgi_build_rules.mk
 
 compile: $O 
 	${CC} $O ${MYLIBS} ${L} 
 	mv ${AOUT} $A${EXE}