| Index: native_client_sdk/src/examples/hello_nacl_io/Makefile
|
| diff --git a/native_client_sdk/src/examples/hello_nacl_mounts/Makefile b/native_client_sdk/src/examples/hello_nacl_io/Makefile
|
| similarity index 96%
|
| rename from native_client_sdk/src/examples/hello_nacl_mounts/Makefile
|
| rename to native_client_sdk/src/examples/hello_nacl_io/Makefile
|
| index c4d9da8a63eceec7d466eac4a7d0b5c80a8bc140..64dcbc66a2e4e7b15fa2075f8c3a797da871eb13 100644
|
| --- a/native_client_sdk/src/examples/hello_nacl_mounts/Makefile
|
| +++ b/native_client_sdk/src/examples/hello_nacl_io/Makefile
|
| @@ -35,12 +35,12 @@ include $(NACL_SDK_ROOT)/tools/common.mk
|
| # The base name of the final NEXE, also the name of the NMF file containing
|
| # the mapping between architecture and actual NEXE.
|
| #
|
| -TARGET=hello_nacl_mounts
|
| +TARGET=hello_nacl_io
|
|
|
| #
|
| # List of sources to compile
|
| #
|
| -SOURCES=handlers.c hello_nacl_mounts.c queue.c
|
| +SOURCES=handlers.c hello_nacl_io.c queue.c
|
|
|
|
|
| #
|
| @@ -56,7 +56,7 @@ SOURCES=handlers.c hello_nacl_mounts.c queue.c
|
| # and the set we do not. This example does not havea any additional library
|
| # dependencies.
|
| #
|
| -DEPS=nacl_mounts
|
| +DEPS=nacl_io
|
| LIBS=$(DEPS) ppapi pthread
|
|
|
|
|
|
|