05094dabf3d005ab35a998ff225443fc4255611f
galt
  Mon Feb 4 23:07:42 2019 -0800
Adding ability to backup and restore the cart and its custom tracks in hgSession.

diff --git src/hg/hgSession/makefile src/hg/hgSession/makefile
index 0431e4f..7158f43 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
+O = $A.o backupRestore.o
 
 include ../../inc/cgi_build_rules.mk
 
 compile: $O 
 	${CC} -o $A${EXE} -g $O ${MYLIBS} ${L}