770ed6ada89bdaaac49ba96963510af0a9338b89 galt Thu Feb 14 11:44:29 2019 -0800 hgSession custom track backup archive creation for downloading. Changing approach from backupAndRestore to backupOnly. Uses just plain real ascii .ct custom tracks. diff --git src/hg/hgSession/makefile src/hg/hgSession/makefile index 7158f43..84ea040 100644 --- src/hg/hgSession/makefile +++ src/hg/hgSession/makefile @@ -1,16 +1,16 @@ kentSrc = ../.. include ../../inc/common.mk L += -lm ${MYSQLLIBS} MYLIBDIR = ../../lib/${MACHTYPE} MYLIBS = ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a A = hgSession -O = $A.o backupRestore.o +O = $A.o backup.o include ../../inc/cgi_build_rules.mk compile: $O ${CC} -o $A${EXE} -g $O ${MYLIBS} ${L}