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/hgGenome/makefile src/hg/hgGenome/makefile
index 27ecbfa..57088a4 100644
--- src/hg/hgGenome/makefile
+++ src/hg/hgGenome/makefile
@@ -1,21 +1,21 @@
 kentSrc = ../..
 include ../../inc/common.mk
 
 L += $(MYSQLLIBS) -lm
 MYLIBDIR = ../../lib/${MACHTYPE}
-MYLIBS =  $(MYLIBDIR)/jkhgap.a $(MYLIBDIR)/jkweb.a
+MYLIBS =  $(MYLIBDIR)/jkhgapcgi.a $(MYLIBDIR)/jkhgap.a $(MYLIBDIR)/jkweb.a
 
 A = hgGenome
 
 O = browseRegions.o clickOnImage.o configure.o correlate.o \
     hgGenome.o mainPage.o sortGenes.o upload.o usage.o \
     custom.o wiggle.o maf.o bedList.o chromGraph.o import.o
 
 include ../../inc/cgi_build_rules.mk
 
 compile: $O 
 	${CC} $O ${MYLIBS} ${L}
 	mv ${AOUT} $A${EXE}
 
 backup:
 	zip ~/hgGenome.zip *.c *.h makefile