| # | Line 31 | Line 31 | else: | |
|---|---|---|
| 31 | netlib = [] | |
| 32 | ||
| 33 | PROGS.append(('ranimate', ['ranimate.c', netproc], | |
| 34 | < | ['rtpic','rtargs','rtio','rtcont','rtmem','rtpath','rtmath','rtnet','rterror'] + netlib)) |
| 34 | > | ['rtpic','rtargs','rtio','rtcont','rtmem','rtpath','rtmath', |
| 35 | > | 'rtnet','$RAD_SOCKETLIB','rterror'] + netlib)) |
| 36 | for p in PROGS: | |
| 37 | prog = env.Program(target=radbin(p[0]), source=p[1], LIBS=p[2]+mlib) | |
| 38 | progs.append(prog) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |