src/hg/das/makefile 1.15

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