c6eb5543e70dfd51742af046bf2d8e71d12f9006
larrym
  Fri Jun 3 17:02:34 2011 -0700
add makeTableList to HG_UTILS_APPLIST
diff --git src/makefile src/makefile
index 42d1e80..b604381 100644
--- src/makefile
+++ src/makefile
@@ -57,31 +57,31 @@
 #	of DESTDIR and BINDIR
 
 UTILS_APPLIST = bedClip bedGraphToBigWig bedToBigBed \
         bigBedInfo bigBedSummary bigBedToBed bigWigAverageOverBed  \
 	bigWigInfo bigWigSummary bigWigToBedGraph bigWigToWig\
 	faCount faFrag faOneRecord faPolyASizes faRandomize faSize \
 	faSomeRecords faToNib \
 	faToTwoBit htmlCheck nibFrag paraFetch paraSync sizeof stringify \
 	textHistogram twoBitInfo twoBitToFa userApps wigCorrelate wigToBigWig
 
 HG_APPLIST = bedSort liftUp liftOver bedItemOverlapCount encode/validateFiles \
 	 ratStuff/mafsInRegion ratStuff/mafSpeciesSubset \
 	 pslCDnaFilter genePredToGtf pslPretty pslReps pslSort 
 
 
-HG_UTILS_APPLIST = bedExtendRanges gff3ToGenePred gtfToGenePred overlapSelect
+HG_UTILS_APPLIST = bedExtendRanges gff3ToGenePred gtfToGenePred overlapSelect makeTableList
 
 HG_HGWIGGLE_APP = hgWiggle
 
 BLAT_APPLIST = blat gfClient gfServer 
 
 userApps: topLibs hgLib
 	@for P in ${UTILS_APPLIST}; do \
 	    ( cd utils/$${P} && echo utils/$${P} && ${MAKE} ) ; \
 	done
 	@for P in ${HG_APPLIST}; do \
 	    ( cd hg/$${P} && echo hg/$${P} && ${MAKE} ) ; \
 	done
 	@for P in ${HG_UTILS_APPLIST}; do \
 	    ( cd hg/utils/$${P} && echo hg/utils/$${P} && ${MAKE} ) ; \
 	done