| Index: src/untrusted/irt_stub/nacl.scons
|
| ===================================================================
|
| --- src/untrusted/irt_stub/nacl.scons (revision 8686)
|
| +++ src/untrusted/irt_stub/nacl.scons (working copy)
|
| @@ -1,10 +1,12 @@
|
| # -*- python -*-
|
| -# Copyright (c) 2011 The Native Client Authors. All rights reserved.
|
| +# Copyright (c) 2012 The Native Client Authors. All rights reserved.
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| Import('env')
|
|
|
| +# We intentionally do not use NaClSdkLibrary() as we do not want
|
| +# shared versions of this library
|
| libppapi_stub = env.ComponentLibrary('libppapi_stub', [
|
| 'ppapi_plugin_main.c',
|
| 'ppapi_plugin_start.c',
|
|
|