src/hg/js/makefile 1.12

1.12 2009/12/02 18:25:33 holmes
adding lowetooltip.js in ifdef lowelab
Index: src/hg/js/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/js/makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -b -B -U 4 -r1.11 -r1.12
--- src/hg/js/makefile	13 Aug 2009 06:51:52 -0000	1.11
+++ src/hg/js/makefile	2 Dec 2009 18:25:33 -0000	1.12
@@ -5,8 +5,12 @@
 # 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
 JS_FILES=ajax.js hgTracks.js hui.js utils.js ${JQUERY_FILES}
+ifdef LOWELAB
+    JS_FILES += lowetooltip.js
+endif
+
 
 user:
 	${MAKE} doInstall DEST=${DOCUMENTROOT}/js/${USER}