9bc8d3c62d5b420e0ecbd9afe87c9a52c4103739
angie
  Fri Oct 25 10:56:05 2024 -0700
Move sessionData.c up from hgSession/ to lib/ so that hgPhyloPlace can use sessionDataSaveTrashFile.

diff --git src/hg/hgSession/makefile src/hg/hgSession/makefile
index 56f441e..72879e1 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}/jkhgapcgi.a ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a
 
 A = hgSession
 
-O = $A.o backup.o sessionData.o
+O = $A.o backup.o
 
 include ../../inc/cgi_build_rules.mk
 
 compile: $O 
 	${CC} -o $A${EXE} -g $O ${MYLIBS} ${L}