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