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/SConscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/python/SConscript b/source/blender/python/SConscript
index 9377e45faf6..41fb4c082a2 100644
--- a/source/blender/python/SConscript
+++ b/source/blender/python/SConscript
@@ -18,6 +18,7 @@ source_files = ['BPY_interface.c',
'api2_2x/World.c',
'api2_2x/Lamp.c',
'api2_2x/Lattice.c',
+ 'api2_2x/Library.c',
'api2_2x/Curve.c',
'api2_2x/Armature.c',
'api2_2x/Bone.c',
@@ -53,6 +54,7 @@ source_files = ['BPY_interface.c',
python_env.Append (CPPPATH = ['api2_2x',
'../blenkernel',
'../blenlib',
+ '../blenloader',
'../render/extern/include',
'../makesdna',
'#/intern/guardedalloc',