src/hg/js/makefile 1.14

1.14 2010/02/16 01:28:58 larrym
add autocomplete files
Index: src/hg/js/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/js/makefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -b -B -U 4 -r1.13 -r1.14
--- src/hg/js/makefile	30 Dec 2009 20:21:17 -0000	1.13
+++ src/hg/js/makefile	16 Feb 2010 01:28:58 -0000	1.14
@@ -3,10 +3,10 @@
 CVSUP = cvs -q update 
 
 # recursive target to do install to DEST, with extra excludes EXCL.
 
-JQUERY_FILES=jquery-1.2.6.pack.js jquery.js jquery.tablednd.js jquery.imgareaselect.js jquery-ui.js jquery.contextmenu.js
-JS_FILES=ajax.js hgTracks.js hui.js utils.js ${JQUERY_FILES}
+JQUERY_FILES=jquery-1.2.6.pack.js jquery.js jquery.tablednd.js jquery.imgareaselect.js jquery-ui.js jquery.contextmenu.js jquery.autocomplete.js
+JS_FILES=ajax.js autocomplete.js hgGateway.js hgTracks.js hui.js utils.js ${JQUERY_FILES}
 ifdef LOWELAB
     JS_FILES += lowetooltip.js
 endif