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:
authorNathan Letwory <nathan@letworyinteractive.com>2008-12-14 14:41:16 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2008-12-14 14:41:16 +0300
commitaf0ab8b72bedb29d4c58596455437b93fb1dbbe6 (patch)
tree76bcaa8cf4c66ce8094f7e9b6cf80939e2d6dcd2 /source/blender/editors/SConscript
parentdcdca963b0745c56f5148202f734c0587ace8133 (diff)
* add space_file sconscript reference too.
Diffstat (limited to 'source/blender/editors/SConscript')
-rw-r--r--source/blender/editors/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/SConscript b/source/blender/editors/SConscript
index b2f391afe54..9a1dbe491a7 100644
--- a/source/blender/editors/SConscript
+++ b/source/blender/editors/SConscript
@@ -8,6 +8,7 @@ SConscript(['datafiles/SConscript',
'interface/SConscript',
'mesh/SConscript',
'object/SConscript',
+ 'space_file/SConscript',
'space_outliner/SConscript',
'space_time/SConscript',
'space_view3d/SConscript',