src/hg/cartReset/makefile 1.16

1.16 2009/03/10 00:33:45 galt
Modifications to make system to support optional external libraries, motivated by need for SSL
Index: src/hg/cartReset/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/cartReset/makefile,v
retrieving revision 1.15
retrieving revision 1.16
diff -b -B -U 4 -r1.15 -r1.16
--- src/hg/cartReset/makefile	2 Jul 2005 06:39:29 -0000	1.15
+++ src/hg/cartReset/makefile	10 Mar 2009 00:33:45 -0000	1.16
@@ -1,9 +1,9 @@
 include ../../inc/common.mk
 
 HG_WARN=-Wall
 
-L = -lm ${MYSQLLIBS}
+L += -lm ${MYSQLLIBS}
 MYLIBDIR = ../../lib/${MACHTYPE}
 MYLIBS =  ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a
 
 A = cartReset