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