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/visiGene/hgVisiGene/makefile src/hg/visiGene/hgVisiGene/makefile index 58fe32a..77020b2 100644 --- src/hg/visiGene/hgVisiGene/makefile +++ src/hg/visiGene/hgVisiGene/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 = hgVisiGene O = hgVisiGene.o captionElement.o configPage.o printCaption.o probePage.o visiSearch.o include ../../../inc/cgi_build_rules.mk # be sure to make clean after changing this: XINC=-DVISIGENE='"visiGene"' compile: $O ${CC} $O ${MYLIBS} ${L} mv ${AOUT} $A${EXE} testVisiSearch: visiSearch.o testVisiSearch.o