f56903393fa2ff726fab62f97fe8cd10b302fdff
angie
  Fri Feb 25 11:26:56 2011 -0800
Feature #2820 (tabix: add as optional linked library in kent/src):Wow, adding an external lib dependency to linefile exposed the fact
that many makefiles did not include ${L} properly.

diff --git src/oneShot/cntGlue/makefile src/oneShot/cntGlue/makefile
index 46c6c05..e25015d 100755
--- src/oneShot/cntGlue/makefile
+++ src/oneShot/cntGlue/makefile
@@ -1,10 +1,10 @@
 include ../../inc/common.mk
 
 
 O =  cntGlue.o
 
 ${BINDIR}/cntGlue: $(O)  
-	${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/cntGlue $O ../../lib/$(MACHTYPE)/jkweb.a
+	${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/cntGlue $O ../../lib/$(MACHTYPE)/jkweb.a ${L}
 
 clean::
 	rm -f ${O}