2817c6f81dd844b54f6232d688c001e6a12f9ebb hiram Wed Feb 13 11:17:54 2019 -0800 beginning to partition the code out to files refs #18869 diff --git src/hg/hubApi/makefile src/hg/hubApi/makefile index bc99b97..a73cad6 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 +O = hubApi.o getData.o apiUtils.o A = hubApi include ../../inc/cgi_build_rules.mk compile:: $O ${CC} $O ${MYLIBS} ${L} mv ${AOUT} $A${EXE} test:: cd tests && make test