src/hg/lib/hui.c 1.271
1.271 2010/03/30 14:54:48 angie
Oops, forgot an #ifdef USE_BAM (thanks Galt).
Index: src/hg/lib/hui.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/hui.c,v
retrieving revision 1.270
retrieving revision 1.271
diff -b -B -U 4 -r1.270 -r1.271
--- src/hg/lib/hui.c 30 Mar 2010 05:33:36 -0000 1.270
+++ src/hg/lib/hui.c 30 Mar 2010 14:54:48 -0000 1.271
@@ -3182,10 +3182,12 @@
case cfgNetAlign: netAlignCfgUi(db,cart,tdb,prefix,title,boxed);
break;
case cfgBedFilt: bedUi(tdb,cart,title, boxed);
break;
+#ifdef USE_BAM
case cfgBam: bamCfgUi(cart, tdb, prefix, title, boxed);
break;
+#endif
default: warn("Track type is not known to multi-view composites. type is: %d ", cType);
break;
}
}