b2867dbd49dfd22f81d13d63c746a1ab64785707
galt
  Fri Jul 12 22:29:12 2013 -0700
adding mysqlSecurityCheck to makefile
diff --git src/hg/utils/makefile src/hg/utils/makefile
index 948d52c..ca4815b 100644
--- src/hg/utils/makefile
+++ src/hg/utils/makefile
@@ -34,31 +34,32 @@
 	dumpDb.pl \
 	mergeOverlapBed4.pl \
 	mergeSortedBed3Plus.pl
 
 # List of directories to build of interest only at UCSC
 DIRS = \
 	hubPublicCheck \
 	safePush \
 	toDev64 \
 	automation \
 	refreshNamedSessionCustomTracks \
 	refSeqGet \
 	wigBedToStep \
 	pslUniq \
 	makeTrackIndex \
-	geoMirrorNode
+	geoMirrorNode \
+	mysqlSecurityCheck
 
 TEST_DIRS = \
 	gff3ToGenePred \
 	gff3ToPsl \
 	gtfToGenePred \
 	overlapSelect \
 	pslMap \
 	refSeqGet
 
 APPS = $(DIRS) $(UTILS_APPLIST)
 
 all:: utils
 
 utils: $(APPS:%=%.utils)
 %.utils: