src/blat/makefile 1.34

1.34 2009/03/10 00:33:38 galt
Modifications to make system to support optional external libraries, motivated by need for SSL
Index: src/blat/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/blat/makefile,v
retrieving revision 1.33
retrieving revision 1.34
diff -b -B -U 4 -r1.33 -r1.34
--- src/blat/makefile	19 Dec 2006 23:34:55 -0000	1.33
+++ src/blat/makefile	10 Mar 2009 00:33:38 -0000	1.34
@@ -1,7 +1,7 @@
 include ../inc/common.mk
 
-L = -lm $(SOCKETLIB)
+L += -lm $(SOCKETLIB)
 MYLIBDIR = ../lib/$(MACHTYPE)
 MYLIBS =  $(MYLIBDIR)/jkOwnLib.a $(MYLIBDIR)/jkweb.a 
 
 O = blat.o