src/hg/hgGateway/makefile 1.16
1.16 2009/03/10 00:33:57 galt
Modifications to make system to support optional external libraries, motivated by need for SSL
Index: src/hg/hgGateway/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgGateway/makefile,v
retrieving revision 1.15
retrieving revision 1.16
diff -b -B -U 4 -r1.15 -r1.16
--- src/hg/hgGateway/makefile 2 Jul 2005 06:39:30 -0000 1.15
+++ src/hg/hgGateway/makefile 10 Mar 2009 00:33:57 -0000 1.16
@@ -1,9 +1,9 @@
include ../../inc/common.mk
HG_WARN=-Wall
-L = -lm ${MYSQLLIBS}
+L += -lm ${MYSQLLIBS}
MYLIBDIR = ../../lib/${MACHTYPE}
MYLIBS = ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a
A = hgGateway