src/hg/autoSql/tests/makefile 1.10
1.10 2009/03/10 00:33:42 galt
Modifications to make system to support optional external libraries, motivated by need for SSL
Index: src/hg/autoSql/tests/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/autoSql/tests/makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -b -B -U 4 -r1.9 -r1.10
--- src/hg/autoSql/tests/makefile 24 Dec 2008 15:01:21 -0000 1.9
+++ src/hg/autoSql/tests/makefile 10 Mar 2009 00:33:42 -0000 1.10
@@ -5,9 +5,9 @@
AUTOSQLJSON = ${BINDIR}/autoSql -noRcsIds -json
DIFF = diff -u
XINC = -I.
-L = -lm
+L += -lm
MYLIBDIR = ../../../lib/${MACHTYPE}
MYLIBS = ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a
# .as not used as dependencies, as we want to run everything each time