src/hg/js/makefile 1.16
1.16 2010/05/14 17:44:04 tdreszer
Added ui.core and ui.dropdownchecklist to support composites with filter boxes
Index: src/hg/js/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/js/makefile,v
retrieving revision 1.15
retrieving revision 1.16
diff -b -B -U 4 -r1.15 -r1.16
--- src/hg/js/makefile 3 Mar 2010 02:53:31 -0000 1.15
+++ src/hg/js/makefile 14 May 2010 17:44:04 -0000 1.16
@@ -3,9 +3,9 @@
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 jquery.autocomplete.js
+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 ui.core.js ui.dropdownchecklist.js
JS_FILES=ajax.js autocomplete.js hgGateway.js hgTracks.js hui.js utils.js ${JQUERY_FILES}
ifdef LOWELAB
JS_FILES += lowetooltip.js loweautocomplete.js
endif