src/utils/bedGraphToBigWig/makefile 1.6

1.6 2009/11/12 23:15:52 kent
First cut of compressed bigWig/bigBed stuff. So far read side should be complete including Genome Browser, Table Browser, wigToBigWig and bigWig utility functions. Still to do bedGraphToBigWig and bedToBigBed.
Index: src/utils/bedGraphToBigWig/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/bedGraphToBigWig/makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -B -U 4 -r1.5 -r1.6
--- src/utils/bedGraphToBigWig/makefile	22 Sep 2009 21:03:58 -0000	1.5
+++ src/utils/bedGraphToBigWig/makefile	12 Nov 2009 23:15:52 -0000	1.6
@@ -1,7 +1,7 @@
 include ../../inc/common.mk
 
-L += -lm ${SOCKETLIB}
+L += -lm -lz ${SOCKETLIB}
 MYLIBDIR = ../../lib/${MACHTYPE}
 MYLIBS = ${MYLIBDIR}/jkweb.a
 
 O = bedGraphToBigWig.o