src/utils/bedGraphToBigWig/makefile 1.5

1.5 2009/09/22 21:03:58 galt
adding SOCKETLIB back, apparently needed for solaris and other stuff (this is not SSL related)
Index: src/utils/bedGraphToBigWig/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/bedGraphToBigWig/makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -B -U 4 -r1.4 -r1.5
--- src/utils/bedGraphToBigWig/makefile	22 Sep 2009 20:01:28 -0000	1.4
+++ src/utils/bedGraphToBigWig/makefile	22 Sep 2009 21:03:58 -0000	1.5
@@ -1,7 +1,7 @@
 include ../../inc/common.mk
 
-L += -lm
+L += -lm ${SOCKETLIB}
 MYLIBDIR = ../../lib/${MACHTYPE}
 MYLIBS = ${MYLIBDIR}/jkweb.a
 
 O = bedGraphToBigWig.o