src/tracks/makefile 1.14

1.14 2009/03/10 00:34:46 galt
Modifications to make system to support optional external libraries, motivated by need for SSL
Index: src/tracks/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/tracks/makefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -b -B -U 4 -r1.13 -r1.14
--- src/tracks/makefile	3 Jul 2005 19:54:47 -0000	1.13
+++ src/tracks/makefile	10 Mar 2009 00:34:46 -0000	1.14
@@ -1,8 +1,8 @@
 include ../inc/common.mk
 
 
-L = $(MYSQLLIBS)
+L += $(MYSQLLIBS)
 MYLIBDIR = ../lib/$(MACHTYPE)
 MYLIBS =  $(MYLIBDIR)/jkweb.a
 
 A = tracksWS120.exe