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/hgTables/makefile src/hg/hgTables/makefile index 3dd9445..b40da33 100644 --- src/hg/hgTables/makefile +++ src/hg/hgTables/makefile @@ -1,21 +1,21 @@ 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 = hgTables T = tstbug.o O = $A.o asFilter.o bam.o bedList.o bigBed.o bigWig.o \ chromGraph.o compositeTrack.o custom.o filterFields.o \ gffOut.o hal.o hic.o identifiers.o intersect.o correlate.o correlatePlot.o \ joining.o longRange.o maf.o mainPage.o microarrayTables.o rangeHistogram.o schema.o pal.o \ seqOut.o sumStats.o usage.o vcf.o wiggle.o wikiTrack.o galaxy.o great.o genomeSpace.o userRegions.o include ../../inc/cgi_build_rules.mk rsyncDataOpts = --times --recursive --omit-dir-times --cvs-exclude --delete