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-01-07 22:06:15 +0300
committerTon Roosendaal <ton@blender.org>2008-01-07 22:06:15 +0300
commitc4a2022fe11a51a48f686528f8db065139c6fede (patch)
tree9ed3c28cfce550f7f061f004d5c107ce2c77ba62
parent0729ba96463d327cdc129ce9f615c9431e7864ab (diff)
Fix for makefile to enter interface dir
-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 00095860003..dcd183688bf 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_view3d
+DIRS = datafiles screen space_view3d interface
include nan_subdirs.mk