src/hg/lib/tests/makefile 1.17

1.17 2009/03/10 00:34:01 galt
Modifications to make system to support optional external libraries, motivated by need for SSL
Index: src/hg/lib/tests/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/tests/makefile,v
retrieving revision 1.16
retrieving revision 1.17
diff -b -B -U 4 -r1.16 -r1.17
--- src/hg/lib/tests/makefile	21 Feb 2008 02:13:22 -0000	1.16
+++ src/hg/lib/tests/makefile	10 Mar 2009 00:34:01 -0000	1.17
@@ -1,7 +1,7 @@
 include ../../../inc/common.mk
 
-L = ${MYSQLLIBS} -lm
+L += ${MYSQLLIBS} -lm
 MYLIBDIR = ../../../lib/${MACHTYPE}
 MYLIBS =  ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a
 BIN_DIR = bin/${MACHTYPE}