src/hg/hgTrackUi/makefile 1.22

1.22 2009/03/10 00:33:59 galt
Modifications to make system to support optional external libraries, motivated by need for SSL
Index: src/hg/hgTrackUi/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTrackUi/makefile,v
retrieving revision 1.21
retrieving revision 1.22
diff -b -B -U 1000000 -r1.21 -r1.22
--- src/hg/hgTrackUi/makefile	2 Dec 2008 13:29:09 -0000	1.21
+++ src/hg/hgTrackUi/makefile	10 Mar 2009 00:33:59 -0000	1.22
@@ -1,15 +1,15 @@
 include ../../inc/common.mk
 
-L = -lm ${MYSQLLIBS}
+L += -lm ${MYSQLLIBS}
 MYLIBDIR = ../../lib/${MACHTYPE}
 MYLIBS =  ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a
 
 A = hgTrackUi
 
 O = $A.o cgapSageUi.o encodePeakUi.o
 
 include ../../inc/cgi_build_rules.mk
 
 compile: $O 
 	${CC} $O ${MYLIBS} ${L} 
 	mv ${AOUT} $A${EXE}