src/hg/makeDb/hgLoadMafFrames/makefile 1.4

1.4 2009/03/10 00:34:05 galt
Modifications to make system to support optional external libraries, motivated by need for SSL
Index: src/hg/makeDb/hgLoadMafFrames/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/makeDb/hgLoadMafFrames/makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -B -U 1000000 -r1.3 -r1.4
--- src/hg/makeDb/hgLoadMafFrames/makefile	21 Feb 2008 02:13:22 -0000	1.3
+++ src/hg/makeDb/hgLoadMafFrames/makefile	10 Mar 2009 00:34:05 -0000	1.4
@@ -1,14 +1,14 @@
 include ../../../inc/common.mk
 
 MYLIBDIR = ../../../lib/$(MACHTYPE)
-L = $(MYSQLLIBS) -lm
+L += $(MYSQLLIBS) -lm
 MYLIBS =  $(MYLIBDIR)/jkhgap.a $(MYLIBDIR)/jkweb.a
 
 O = hgLoadMafFrames.o
 
 hgLoadMafFrames: $O $(MYLIBS)
 	${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/hgLoadMafFrames $O $(MYLIBS) $L
 
 
 clean:
 	rm -f  *.o