| Index: native_client_sdk/src/examples/sine_synth/example.dsc
|
| diff --git a/native_client_sdk/src/examples/sine_synth/example.dsc b/native_client_sdk/src/examples/sine_synth/example.dsc
|
| index 45ba580adb9bf35ddbb4f848719e9c24c44a484c..2ea373dfb41f4008306a7c44d68904743c27e261 100644
|
| --- a/native_client_sdk/src/examples/sine_synth/example.dsc
|
| +++ b/native_client_sdk/src/examples/sine_synth/example.dsc
|
| @@ -1,5 +1,10 @@
|
| {
|
| 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win', 'linux'],
|
| + 'SEARCH': [
|
| + '.',
|
| + '..',
|
| + '../../tools',
|
| + ],
|
| 'TARGETS': [
|
| {
|
| 'NAME' : 'sine_synth',
|
| @@ -8,7 +13,10 @@
|
| 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread']
|
| }
|
| ],
|
| - 'DATA': ['example.js'],
|
| + 'DATA': [
|
| + 'Makefile',
|
| + 'example.js',
|
| + ],
|
| 'DEST': 'examples',
|
| 'NAME': 'sine_synth',
|
| 'TITLE': 'Sine Wave Synthesizer',
|
|
|