| 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..3aa243434240a6d488f51e5c5142b7cfa9bbbbf9 100644
|
| --- a/native_client_sdk/src/examples/sine_synth/example.dsc
|
| +++ b/native_client_sdk/src/examples/sine_synth/example.dsc
|
| @@ -8,7 +8,10 @@
|
| 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread']
|
| }
|
| ],
|
| - 'DATA': ['example.js'],
|
| + 'DATA': [
|
| + 'Makefile',
|
| + 'example.js',
|
| + ],
|
| 'DEST': 'examples',
|
| 'NAME': 'sine_synth',
|
| 'TITLE': 'Sine Wave Synthesizer',
|
|
|