src/hg/cgiExample/makefile 1.6
1.6 2009/03/10 00:33:45 galt
Modifications to make system to support optional external libraries, motivated by need for SSL
Index: src/hg/cgiExample/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/cgiExample/makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -B -U 4 -r1.5 -r1.6
--- src/hg/cgiExample/makefile 3 Jul 2005 19:52:03 -0000 1.5
+++ src/hg/cgiExample/makefile 10 Mar 2009 00:33:45 -0000 1.6
@@ -2,9 +2,9 @@
JKSRCDIR = /projects/compbiousr/kent/src
JKLIBDIR = $(JKSRCDIR)/lib/$(MACHTYPE)
-L = $(MYSQLLIBS) -lm
+L += $(MYSQLLIBS) -lm
MYLIBS = $(JKLIBDIR)/jkhgap.a $(JKLIBDIR)/jkweb.a
O = cgiExample.o