533112afe2a2005e80cdb1f82904ea65032d4302
braney
  Sat Oct 2 11:37:34 2021 -0700
split hg/lib into two separate libaries, one only used by the cgis

diff --git src/hg/hgTrackUi/makefile src/hg/hgTrackUi/makefile
index a70ae38..0ae2b11 100644
--- src/hg/hgTrackUi/makefile
+++ src/hg/hgTrackUi/makefile
@@ -1,16 +1,16 @@
 kentSrc = ../..
 include ../../inc/common.mk
 
 L += ${HALLIBS} ${MYSQLLIBS} -lm
 MYLIBDIR = ../../lib/${MACHTYPE}
-MYLIBS =  ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a
+MYLIBS =  ${MYLIBDIR}/jkhgapcgi.a ${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}