Index: native_client_sdk/src/libraries/nacl_io/Makefile |
diff --git a/native_client_sdk/src/libraries/nacl_mounts/Makefile b/native_client_sdk/src/libraries/nacl_io/Makefile |
similarity index 94% |
rename from native_client_sdk/src/libraries/nacl_mounts/Makefile |
rename to native_client_sdk/src/libraries/nacl_io/Makefile |
index 6c9714e0db61bc23caa8b648bfbaaf61a29cb5ea..e8c9bc92991f792f4217935c5931ceed635414e8 100644 |
--- a/native_client_sdk/src/libraries/nacl_mounts/Makefile |
+++ b/native_client_sdk/src/libraries/nacl_io/Makefile |
@@ -35,7 +35,7 @@ include $(NACL_SDK_ROOT)/tools/common.mk |
# The base name of the final library, also the name of the NMF file containing |
# the mapping between architecture and actual NEXE. |
# |
-TARGET=nacl_mounts |
+TARGET=nacl_io |
# |
# List of sources to compile |
@@ -44,7 +44,7 @@ SOURCES:=kernel_handle.cc kernel_intercept.cc kernel_object.cc kernel_proxy.cc |
SOURCES+=kernel_wrap_glibc.cc kernel_wrap_newlib.cc kernel_wrap_win.cc |
SOURCES+=mount.cc mount_dev.cc mount_html5fs.cc mount_http.cc mount_mem.cc |
SOURCES+=mount_node.cc mount_node_dir.cc mount_node_html5fs.cc mount_node_mem.cc |
-SOURCES+=nacl_mounts.cc path.cc pepper_interface.cc real_pepper_interface.cc |
+SOURCES+=nacl_io.cc path.cc pepper_interface.cc real_pepper_interface.cc |
# |
# Use the compile macro for each source. |