src/hg/altSplice/affySplice/makefile 1.12

1.12 2009/03/10 00:33:40 galt
Modifications to make system to support optional external libraries, motivated by need for SSL
Index: src/hg/altSplice/affySplice/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/altSplice/affySplice/makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -b -B -U 4 -r1.11 -r1.12
--- src/hg/altSplice/affySplice/makefile	19 Dec 2006 23:34:56 -0000	1.11
+++ src/hg/altSplice/affySplice/makefile	10 Mar 2009 00:33:40 -0000	1.12
@@ -1,8 +1,8 @@
 
 include ../../../inc/common.mk
 
-L = $(MYSQLLIBS) -lm 
+L += $(MYSQLLIBS) -lm 
 MYLIBDIR = ../../../lib/$(MACHTYPE)
 MYLIBS =  ../lib/$(MACHTYPE)/libSpliceGraph.a  $(MYLIBDIR)/jkhgap.a $(MYLIBDIR)/jkweb.a 
 GNUSL = /cluster/home/sugnet/local