src/hg/mouseStuff/axtChain/makefile 1.12

1.12 2009/07/07 18:55:39 hiram
Add SOCKETLIB for Solaris build
Index: src/hg/mouseStuff/axtChain/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/mouseStuff/axtChain/makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -b -B -U 1000000 -r1.11 -r1.12
--- src/hg/mouseStuff/axtChain/makefile	10 Mar 2009 00:34:13 -0000	1.11
+++ src/hg/mouseStuff/axtChain/makefile	7 Jul 2009 18:55:39 -0000	1.12
@@ -1,11 +1,11 @@
 include ../../../inc/common.mk
 
-L += -lm
+L += -lm ${SOCKETLIB}
 MYLIBDIR = ../../../lib/$(MACHTYPE)
 MYLIBS =  $(MYLIBDIR)/jkweb.a 
 
 O = axtChain.o
 
 axtChain: $O $(MYLIBS)
 	${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/axtChain $O $(MYLIBS) $L
 	${STRIP} ${BINDIR}/axtChain${EXE}