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:
authorTon Roosendaal <ton@blender.org>2008-12-13 20:44:30 +0300
committerTon Roosendaal <ton@blender.org>2008-12-13 20:44:30 +0300
commite0ab792cf6d831c4c6d93cf5a6a8f2fac77ec8f9 (patch)
treebd531b2b6d2e8ff697cf2da032c0c561a81bff6a /source/blender/editors/Makefile
parente6897deec1999a7c23a42b31e4dc27ebe11227ab (diff)
2.5
Added basic code for Space Image. Now let's check if this commit has all it needed :)
Diffstat (limited to 'source/blender/editors/Makefile')
-rw-r--r--source/blender/editors/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/Makefile b/source/blender/editors/Makefile
index 8422370308c..d7d96ac63d9 100644
--- a/source/blender/editors/Makefile
+++ b/source/blender/editors/Makefile
@@ -29,6 +29,6 @@
# Bounces make to subdirectories.
SOURCEDIR = source/blender/editors
-DIRS = datafiles screen space_outliner space_time space_view3d interface util space_api space_ipo
+DIRS = datafiles screen space_outliner space_time space_view3d interface util space_api space_ipo space_image
include nan_subdirs.mk