--- ray/src/util/SConscript 2004/11/08 19:24:46 1.10 +++ ray/src/util/SConscript 2005/09/14 09:28:35 1.11 @@ -31,7 +31,8 @@ else: netlib = [] PROGS.append(('ranimate', ['ranimate.c', netproc], - ['rtpic','rtargs','rtio','rtcont','rtmem','rtpath','rtmath','rtnet','rterror'] + netlib)) + ['rtpic','rtargs','rtio','rtcont','rtmem','rtpath','rtmath', + 'rtnet','$RAD_SOCKETLIB','rterror'] + netlib)) for p in PROGS: prog = env.Program(target=radbin(p[0]), source=p[1], LIBS=p[2]+mlib) progs.append(prog)