Index: native_client_sdk/src/examples/hello_world_stdio/Makefile |
diff --git a/native_client_sdk/src/examples/hello_world_stdio/Makefile b/native_client_sdk/src/examples/hello_world_stdio/Makefile |
index d3b34a66e1b238fe3d963b74edea1cef87df09f6..1f644cd8f75bf0cc44a46e558467e97e8dfe4373 100644 |
--- a/native_client_sdk/src/examples/hello_world_stdio/Makefile |
+++ b/native_client_sdk/src/examples/hello_world_stdio/Makefile |
@@ -42,7 +42,7 @@ SOURCES=hello_world.c |
# Notice that pthread and libc are implied and come last through standard |
# compiler/link switches, for example -pthread. |
# |
-LIBS=ppapi_main ppapi_cpp ppapi |
+LIBS=ppapi_main nacl_mounts ppapi_cpp ppapi |
# |