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-12 23:11:45 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2008-12-12 23:11:45 +0300
commit0956f78d698089ad87e1770297d37b4f47b1be36 (patch)
treef11385cccbce55175da6b36638ce494b8e27b905 /source/blender/editors/SConscript
parentf2884fed5c473587d3f5868e8354af1ce6a2948f (diff)
* To have IPO editor get both compiled and link, we also make sure it is actually built and linked to.
Diffstat (limited to 'source/blender/editors/SConscript')
-rw-r--r--source/blender/editors/SConscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/editors/SConscript b/source/blender/editors/SConscript
index 771815193a5..a0205aaefb0 100644
--- a/source/blender/editors/SConscript
+++ b/source/blender/editors/SConscript
@@ -8,8 +8,9 @@ SConscript(['datafiles/SConscript',
'interface/SConscript',
'mesh/SConscript',
'object/SConscript',
- 'space_outliner/SConscript',
+ 'space_outliner/SConscript',
'space_time/SConscript',
'space_view3d/SConscript',
+ 'space_ipo/SConscript',
'transform/SConscript',
'screen/SConscript'])