src/utils/bigBedInfo/makefile 1.3
1.3 2009/11/13 19:02:39 kent
Adding compression to bigBed. Improving bigWigInfo and bigBedInfo a little.
Index: src/utils/bigBedInfo/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/bigBedInfo/makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -B -U 4 -r1.2 -r1.3
--- src/utils/bigBedInfo/makefile 9 Nov 2009 22:06:22 -0000 1.2
+++ src/utils/bigBedInfo/makefile 13 Nov 2009 19:02:39 -0000 1.3
@@ -1,7 +1,7 @@
include ../../inc/common.mk
-L += -lm ${SOCKETLIB}
+L += -lm -lz ${SOCKETLIB}
MYLIBDIR = ../../lib/${MACHTYPE}
MYLIBS = ${MYLIBDIR}/jkweb.a
A = bigBedInfo