src/makefile 1.58

1.58 2009/03/30 17:33:17 hiram
Add faCount to the userApps list
Index: src/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/makefile,v
retrieving revision 1.57
retrieving revision 1.58
diff -b -B -U 4 -r1.57 -r1.58
--- src/makefile	26 Mar 2009 20:19:29 -0000	1.57
+++ src/makefile	30 Mar 2009 17:33:17 -0000	1.58
@@ -53,11 +53,11 @@
 # all of these application makefiles have been updated to include use
 #	of DESTDIR and BINDIR
 
 UTILS_APPLIST = bedToBigBed bigBedSummary bigBedToBed bigWigSummary \
-	bigWigToBedGraph faSize faFrag faRandomize faOneRecord faSomeRecords \
-	faToNib faToTwoBit gtfToGenePred htmlCheck nibFrag textHistogram \
-	twoBitInfo twoBitToFa userApps wigToBigWig
+	bigWigToBedGraph faCount faSize faFrag faRandomize faOneRecord \
+	faSomeRecords faToNib faToTwoBit gtfToGenePred htmlCheck nibFrag \
+	textHistogram twoBitInfo twoBitToFa userApps wigToBigWig
 
 userApps: topLibs
 	@for P in ${UTILS_APPLIST}; do \
 	    ( cd utils/$${P} && echo utils/$${P} && $(MAKE) ) ; \