| Index: native_client_sdk/src/examples/dlopen/example.dsc
|
| diff --git a/native_client_sdk/src/examples/dlopen/example.dsc b/native_client_sdk/src/examples/dlopen/example.dsc
|
| index d1b7207e4c8a5e63bc9e2978c405c7e3d23281d0..0c27a324fa37235c71ba931ac74d7ca0eee12dcc 100644
|
| --- a/native_client_sdk/src/examples/dlopen/example.dsc
|
| +++ b/native_client_sdk/src/examples/dlopen/example.dsc
|
| @@ -1,5 +1,10 @@
|
| {
|
| 'TOOLS': ['glibc'],
|
| + 'SEARCH': [
|
| + '.',
|
| + '..',
|
| + '../../tools',
|
| + ],
|
| 'TARGETS': [
|
| {
|
| 'NAME': 'dlopen',
|
| @@ -15,7 +20,10 @@
|
| 'LIBS' : ['ppapi_cpp', 'ppapi', 'pthread']
|
| }
|
| ],
|
| - 'DATA': ['example.js'],
|
| + 'DATA': [
|
| + 'Makefile',
|
| + 'example.js',
|
| + ],
|
| 'DEST': 'examples',
|
| 'NAME': 'dlopen',
|
| 'TITLE': 'Dynamic Library Open',
|
|
|