src/hg/lib/makefile 1.387

1.387 2009/03/10 00:34:01 galt
Modifications to make system to support optional external libraries, motivated by need for SSL
Index: src/hg/lib/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/makefile,v
retrieving revision 1.386
retrieving revision 1.387
diff -b -B -U 4 -r1.386 -r1.387
--- src/hg/lib/makefile	6 Mar 2009 23:34:42 -0000	1.386
+++ src/hg/lib/makefile	10 Mar 2009 00:34:01 -0000	1.387
@@ -1,8 +1,8 @@
 include ../../inc/common.mk
 XINC = -I$(MYSQLINC)
 
-L = -lm $(MYSQLLIBS)
+L += -lm $(MYSQLLIBS)
 
 O = acemblyClass.o affyAllExonProbe.o affyAtlas.o affy10KDetails.o affy120KDetails.o \
     affyOffset.o affyPairs.o agp.o agpFrag.o agpGap.o alignSeqSizes.o altGraph.o \
     altGraphX.o ancientRref.o atomDb.o  axtInfo.o \