Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/python/SConscript')
-rw-r--r--source/blender/python/SConscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/python/SConscript b/source/blender/python/SConscript
index b2112e1f44c..9e6d7a057fc 100644
--- a/source/blender/python/SConscript
+++ b/source/blender/python/SConscript
@@ -53,7 +53,8 @@ source_files = ['BPY_interface.c',
'api2_2x/sceneRender.c',
'api2_2x/sceneRadio.c',
'api2_2x/EXPP_interface.c',
- 'api2_2x/Noise.c']
+ 'api2_2x/Noise.c',
+ 'api2_2x/Sound.c']
python_env.Append (CPPPATH = ['api2_2x',
'../blenkernel',