| Index: src/untrusted/irt/nacl.scons
|
| diff --git a/src/untrusted/irt/nacl.scons b/src/untrusted/irt/nacl.scons
|
| index d6860284ee5c52482d21b9b08b0703eeabff3e49..384e6796066e0a06ad85b0b0e0df8073bfdbfa3a 100644
|
| --- a/src/untrusted/irt/nacl.scons
|
| +++ b/src/untrusted/irt/nacl.scons
|
| @@ -44,7 +44,8 @@ irt_support_sources = [
|
| 'irt_dev_list_mappings.c',
|
| 'irt_random.c',
|
| 'irt_core_resource.c',
|
| - 'irt_pnacl_translator.c',
|
| + 'irt_pnacl_translator_compile.c',
|
| + 'irt_pnacl_translator_link.c',
|
| ]
|
|
|
| # These are the objects and libraries that go into every IRT image.
|
|
|