src/hg/ratStuff/mafBreak/makefile 1.2
1.2 2009/03/10 00:34:31 galt
Modifications to make system to support optional external libraries, motivated by need for SSL
Index: src/hg/ratStuff/mafBreak/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/ratStuff/mafBreak/makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -B -U 4 -r1.1 -r1.2
--- src/hg/ratStuff/mafBreak/makefile 14 Feb 2007 18:27:34 -0000 1.1
+++ src/hg/ratStuff/mafBreak/makefile 10 Mar 2009 00:34:31 -0000 1.2
@@ -1,8 +1,8 @@
include ../../../inc/common.mk
CFLAGS= -ggdb
-L = $(MYSQLLIBS) -lm
+L += $(MYSQLLIBS) -lm
MYLIBDIR = ../../../lib/$(MACHTYPE)
MYLIBS = $(MYLIBDIR)/jkhgap.a $(MYLIBDIR)/jkweb.a
A = mafBreak