src/utils/htmlCheck/makefile 1.10

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