src/hg/cartDump/makefile 1.15

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