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/das/makefile src/hg/das/makefile index e7fe47c..e6efa42 100644 --- src/hg/das/makefile +++ src/hg/das/makefile @@ -1,19 +1,19 @@ kentSrc = ../.. include ../../inc/common.mk HG_WARN=-Wall L += -lm ${MYSQLLIBS} MYLIBDIR = ../../lib/${MACHTYPE} -MYLIBS = ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a +MYLIBS = ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkhgapcgi.a ${MYLIBDIR}/jkweb.a A = das O = $A.o include ../../inc/cgi_build_rules.mk compile: $O ${CC} ${COPT} ${CFLAGS} ${HG_WARN} $O ${MYLIBS} ${L} mv ${AOUT} $A${EXE} chmod a+rx $A