060ada2535fca719656219c1214a3e1c16490693
tdreszer
  Wed Nov 9 16:06:41 2011 -0800
Moved as code in hgTables down to lib and access it from hgc and hgTrackUi.  This is to remove 'extraFields' support as per Jim's request in redmine 5883 and 5582
diff --git src/hg/hgTables/makefile src/hg/hgTables/makefile
index d66c4a5..97ea02d 100644
--- src/hg/hgTables/makefile
+++ src/hg/hgTables/makefile
@@ -1,26 +1,26 @@
 include ../../inc/common.mk
 
 L += -lm ${MYSQLLIBS}
 MYLIBDIR = ../../lib/${MACHTYPE}
 MYLIBS =  ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a
 
 A = hgTables
 
 T = tstbug.o
 
-O = $A.o asFilter.o asObj.o bam.o bedList.o bigBed.o bigWig.o \
+O = $A.o asFilter.o bam.o bedList.o bigBed.o bigWig.o \
     chromGraph.o compositeTrack.o custom.o filterFields.o \
     gffOut.o identifiers.o intersect.o correlate.o correlatePlot.o \
     joining.o maf.o mainPage.o microarrayTables.o rangeHistogram.o schema.o pal.o \
     seqOut.o sumStats.o usage.o vcf.o wiggle.o wikiTrack.o galaxy.o great.o userRegions.o
 
 include ../../inc/cgi_build_rules.mk
 
 rsyncDataOpts = --times --recursive --omit-dir-times --cvs-exclude --delete
 
 my::
 	rm -f ${CGI_BIN}-${USER}/all.joiner
 	cp ../makeDb/schema/all.joiner ${CGI_BIN}-${USER}
 	rm -rf ${CGI_BIN}-${USER}/greatData
 	rsync ${rsyncDataOpts} greatData ${CGI_BIN}-${USER}/
 	chmod -R a+rX ${CGI_BIN}-${USER}/greatData