src/hg/near/hgExpDistance/makefile 1.13

1.13 2009/03/10 00:34:19 galt
Modifications to make system to support optional external libraries, motivated by need for SSL
Index: src/hg/near/hgExpDistance/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/near/hgExpDistance/makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -b -B -U 4 -r1.12 -r1.13
--- src/hg/near/hgExpDistance/makefile	4 Sep 2008 20:05:43 -0000	1.12
+++ src/hg/near/hgExpDistance/makefile	10 Mar 2009 00:34:19 -0000	1.13
@@ -1,7 +1,7 @@
 include ../../../inc/common.mk
 
-L = -lm ${MYSQLLIBS}
+L += -lm ${MYSQLLIBS}
 MYLIBDIR = ../../../lib/${MACHTYPE}
 MYLIBS =  ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a
 
 hgExpDistance_fq: hgExpDistance_fq.o ${MYLIBS}