| Index: native_client_sdk/src/examples/hello_world_instance3d/Makefile
|
| diff --git a/native_client_sdk/src/examples/hello_world_instance3d/Makefile b/native_client_sdk/src/examples/hello_world_instance3d/Makefile
|
| index 41d3833fb5d6f356bf0198115f0e4aea74bd72f3..9decf00055616867ab0d1b36d0c15492e58c978d 100644
|
| --- a/native_client_sdk/src/examples/hello_world_instance3d/Makefile
|
| +++ b/native_client_sdk/src/examples/hello_world_instance3d/Makefile
|
| @@ -56,7 +56,7 @@ SOURCES=hello_world.cc matrix.cc
|
| # and the set we do not. This example does not have any additional library
|
| # dependencies.
|
| #
|
| -DEPS=ppapi_main nacl_mounts ppapi_cpp ppapi_gles2
|
| +DEPS=ppapi_main nacl_io ppapi_cpp ppapi_gles2
|
| LIBS=$(DEPS) ppapi pthread
|
|
|
|
|
|
|