src/hg/instinct/hgHeatmap2/makefile 1.19

1.19 2009/03/10 00:34:00 galt
Modifications to make system to support optional external libraries, motivated by need for SSL
Index: src/hg/instinct/hgHeatmap2/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/hgHeatmap2/makefile,v
retrieving revision 1.18
retrieving revision 1.19
diff -b -B -U 4 -r1.18 -r1.19
--- src/hg/instinct/hgHeatmap2/makefile	20 Jan 2009 05:57:48 -0000	1.18
+++ src/hg/instinct/hgHeatmap2/makefile	10 Mar 2009 00:34:00 -0000	1.19
@@ -1,7 +1,7 @@
 include ../../../inc/common.mk
 
-L = $(MYSQLLIBS) -lm 
+L += $(MYSQLLIBS) -lm 
 
 MYLIBDIR = ../../../lib/${MACHTYPE}
 MYLIBS =  $(MYLIBDIR)/jkhmap.a $(MYLIBDIR)/jkhgap.a $(MYLIBDIR)/jkweb.a