--- ray/src/util/SConscript 2008/12/23 15:04:01 1.16 +++ ray/src/util/SConscript 2010/12/15 01:40:11 1.18 @@ -27,7 +27,9 @@ PROGS = [ 'rtnet','rterror','$RAD_SOCKETLIB']), ('rtcontrib', ['rtcontrib.c', Version], ['rtpic','rtargs','rtfunc','rtio','rtproc','rtcont','rtmem','rtpath', - 'rtmath','rtnet','rterror','$RAD_SOCKETLIB']) + 'rtmath','rtnet','rterror','$RAD_SOCKETLIB']), +('dctimestep', ['dctimestep.c'], + ['rtall']) ] for p in PROGS: