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/Makefile')
-rw-r--r--source/blender/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/Makefile b/source/blender/Makefile
index 52abd2cdddb..37d647788d0 100644
--- a/source/blender/Makefile
+++ b/source/blender/Makefile
@@ -30,9 +30,9 @@
include nan_definitions.mk
-DIRS = blenloader readblenfile
+DIRS = windowmanager editors blenloader readblenfile
DIRS += avi imbuf render radiosity blenlib blenkernel blenpluginapi
-DIRS += makesdna src yafray
+DIRS += makesdna makesrna yafray
DIRS += python nodes gpu
ifeq ($(WITH_FREETYPE2), true)