| Index: native_client_sdk/src/examples/demo/nacl_io/example.dsc
|
| diff --git a/native_client_sdk/src/examples/demo/nacl_io/example.dsc b/native_client_sdk/src/examples/demo/nacl_io/example.dsc
|
| index f390187e9f9db3a77a796ca5727a4ac17bab3658..fda8dc69ed22ad94a6f72327d3f5508ebc878c9f 100644
|
| --- a/native_client_sdk/src/examples/demo/nacl_io/example.dsc
|
| +++ b/native_client_sdk/src/examples/demo/nacl_io/example.dsc
|
| @@ -7,12 +7,12 @@
|
| 'SOURCES' : [
|
| 'handlers.c',
|
| 'handlers.h',
|
| - 'hello_nacl_io.c',
|
| - 'hello_nacl_io.h',
|
| + 'nacl_io_demo.c',
|
| + 'nacl_io_demo.h',
|
| 'queue.c',
|
| 'queue.h',
|
| ],
|
| - 'LIBS': ['ppapi', 'pthread', 'nacl_io']
|
| + 'LIBS': ['nacl_io', 'ppapi', 'pthread']
|
| }
|
| ],
|
| 'DATA': [
|
|
|