src/utils/bigBedSummary/makefile 1.7
1.7 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/bigBedSummary/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/bigBedSummary/makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -b -B -U 4 -r1.6 -r1.7
--- src/utils/bigBedSummary/makefile 22 Sep 2009 20:01:28 -0000 1.6
+++ src/utils/bigBedSummary/makefile 22 Sep 2009 21:03:58 -0000 1.7
@@ -1,7 +1,7 @@
include ../../inc/common.mk
-L += -lm
+L += -lm ${SOCKETLIB}
MYLIBDIR = ../../lib/${MACHTYPE}
MYLIBS = ${MYLIBDIR}/jkweb.a
A = bigBedSummary