src/hg/hgTracks/makefile 1.83
1.83 2009/03/10 00:33:59 galt
Modifications to make system to support optional external libraries, motivated by need for SSL
Index: src/hg/hgTracks/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTracks/makefile,v
retrieving revision 1.82
retrieving revision 1.83
diff -b -B -U 4 -r1.82 -r1.83
--- src/hg/hgTracks/makefile 3 Feb 2009 08:19:05 -0000 1.82
+++ src/hg/hgTracks/makefile 10 Mar 2009 00:33:59 -0000 1.83
@@ -1,7 +1,7 @@
include ../../inc/common.mk
-L = ${MYSQLLIBS} -lm
+L += ${MYSQLLIBS} -lm
MYLIBDIR = ../../lib/${MACHTYPE}
MYLIBS = ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a
A = hgTracks