74da4ae7b093f5cd0126b8249d04d30aa968a877 hiram Tue Jan 4 11:29:28 2011 -0800 these apps need networking libs diff --git src/utils/bedClip/makefile src/utils/bedClip/makefile index 165b366..8246f5c 100644 --- src/utils/bedClip/makefile +++ src/utils/bedClip/makefile @@ -1,18 +1,18 @@ include ../../inc/common.mk -L += -lm -lz +L += ${SOCKETLIB} -lm -lz MYLIBDIR = ../../lib/${MACHTYPE} MYLIBS = ${MYLIBDIR}/jkweb.a A = bedClip O = bedClip.o B = ${DESTDIR}${BINDIR}/${A}${EXE} bedClip: ${O} ${MYLIBS} @${MKDIR} `dirname $B` ${CC} ${COPT} -o ${B} $O ${MYLIBS} $L ${STRIP} ${B} compile:: ${O} ${CC} ${COPT} -o ${A}${EXE} ${O} ${MYLIBS} $L