| Index: src/trusted/validator/build.scons
|
| diff --git a/src/trusted/validator/build.scons b/src/trusted/validator/build.scons
|
| index 972c0b7c8f05674781ce1b088c3db672e66d8268..a78273e72ce10ae87fefc5532f23407e0ee96b3c 100644
|
| --- a/src/trusted/validator/build.scons
|
| +++ b/src/trusted/validator/build.scons
|
| @@ -15,6 +15,8 @@ val_lib_env = env.Clone()
|
| if env.Bit('validator_ragel'):
|
| val_lib_env.Append(CPPDEFINES=[['NACL_VALIDATOR_RAGEL', '1']])
|
|
|
| +val_lib_env.ComponentLibrary('validation_cache', ['validation_cache.c'])
|
| +
|
| val_lib_env.ComponentLibrary('validators', ['validator_init.c'])
|
|
|
| if env.Bit('target_x86') and not env.Bit('validator_ragel'):
|
|
|