774479fda06428280150d609bdf4052f5f35d571 hiram Wed Feb 13 14:17:16 2019 -0800 list functions moved to list.c refs #18869 diff --git src/hg/hubApi/makefile src/hg/hubApi/makefile index a73cad6..cb14ff4 100644 --- src/hg/hubApi/makefile +++ src/hg/hubApi/makefile @@ -1,20 +1,20 @@ kentSrc = ../.. include ../../inc/common.mk L += ${HALLIBS} $(MYSQLLIBS) -lm MYLIBDIR = ../../lib/${MACHTYPE} MYLIBS = $(MYLIBDIR)/jkhgap.a ${MYLIBDIR}/jkweb.a A = hubApi -O = hubApi.o getData.o apiUtils.o +O = hubApi.o getData.o apiUtils.o list.o A = hubApi include ../../inc/cgi_build_rules.mk compile:: $O ${CC} $O ${MYLIBS} ${L} mv ${AOUT} $A${EXE} test:: cd tests && make test