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/hgCollection/makefile src/hg/hgCollection/makefile index 3e33e25..bf2d080 100644 --- src/hg/hgCollection/makefile +++ src/hg/hgCollection/makefile @@ -1,17 +1,17 @@ COPT=-ggdb 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 = hgCollection O = hgCollection.o include ../../inc/cgi_build_rules.mk compile:: $O ${CC} $O ${MYLIBS} ${L} mv ${AOUT} $A${EXE}