src/hg/hgGene/makefile 1.38
1.38 2009/03/10 00:33:58 galt
Modifications to make system to support optional external libraries, motivated by need for SSL
Index: src/hg/hgGene/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgGene/makefile,v
retrieving revision 1.37
retrieving revision 1.38
diff -b -B -U 4 -r1.37 -r1.38
--- src/hg/hgGene/makefile 9 Jan 2009 18:41:46 -0000 1.37
+++ src/hg/hgGene/makefile 10 Mar 2009 00:33:58 -0000 1.38
@@ -1,7 +1,7 @@
include ../../inc/common.mk
-L = $(MYSQLLIBS) -lm
+L += $(MYSQLLIBS) -lm
MYLIBDIR = ../../lib/$(MACHTYPE)
MYLIBS = ${MYLIBDIR}/jkpbap.a $(MYLIBDIR)/jkhgap.a $(MYLIBDIR)/jkweb.a
A = hgGene