src/hg/hgTables/makefile 1.50
1.50 2009/03/10 00:33:59 galt
Modifications to make system to support optional external libraries, motivated by need for SSL
Index: src/hg/hgTables/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTables/makefile,v
retrieving revision 1.49
retrieving revision 1.50
diff -b -B -U 4 -r1.49 -r1.50
--- src/hg/hgTables/makefile 8 Sep 2008 22:28:38 -0000 1.49
+++ src/hg/hgTables/makefile 10 Mar 2009 00:33:59 -0000 1.50
@@ -1,7 +1,7 @@
include ../../inc/common.mk
-L = -lm ${MYSQLLIBS}
+L += -lm ${MYSQLLIBS}
MYLIBDIR = ../../lib/${MACHTYPE}
MYLIBS = ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a
A = hgTables