src/hg/qaPushQ/makefile 1.15
1.15 2009/03/10 00:34:30 galt
Modifications to make system to support optional external libraries, motivated by need for SSL
Index: src/hg/qaPushQ/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/qaPushQ/makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -b -B -U 4 -r1.14 -r1.15
--- src/hg/qaPushQ/makefile 12 Sep 2007 22:41:39 -0000 1.14
+++ src/hg/qaPushQ/makefile 10 Mar 2009 00:34:30 -0000 1.15
@@ -5,9 +5,9 @@
#(to disable gcc optimization which is messing up RL right now)
A = qaPushQ
-L = $(MYSQLLIBS) -lm -lcrypt
+L += $(MYSQLLIBS) -lm -lcrypt
MYLIBDIR = ../../lib/${MACHTYPE}
MYLIBS = $(MYLIBDIR)/jkhgap.a $(MYLIBDIR)/jkweb.a
O = $A.o