src/utils/bigWigToBedGraph/makefile 1.5
1.5 2009/07/07 17:57:45 hiram
adding bigWigInfo to the build, and need SOCKETLIB for building on Solaris
Index: src/utils/bigWigToBedGraph/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/bigWigToBedGraph/makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -B -U 4 -r1.4 -r1.5
--- src/utils/bigWigToBedGraph/makefile 27 Mar 2009 06:25:26 -0000 1.4
+++ src/utils/bigWigToBedGraph/makefile 7 Jul 2009 17:57:45 -0000 1.5
@@ -1,7 +1,7 @@
include ../../inc/common.mk
-L += -lm
+L += -lm ${SOCKETLIB}
MYLIBDIR = ../../lib/${MACHTYPE}
MYLIBS = ${MYLIBDIR}/jkweb.a
A = bigWigToBedGraph