--- ray/src/util/SConscript 2008/12/23 15:04:01 1.16 +++ ray/src/util/SConscript 2010/07/09 15:24:45 1.17 @@ -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'], + ['rtio','rtmath']) ] for p in PROGS: