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>2009-06-18 19:31:14 +0400
committerTon Roosendaal <ton@blender.org>2009-06-18 19:31:14 +0400
commit2f48d0b46bc76e0f06cf499cf51aa833340a6c04 (patch)
tree5f2e72a603eeae3004139f15f9fe4e67ea98c922 /source/blender/python/Makefile
parent8130fb29b2a80a795fd891d2c9a74f86993221e2 (diff)
Added Make for new python/generic dir.
Also included GLEW.
Diffstat (limited to 'source/blender/python/Makefile')
-rw-r--r--source/blender/python/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/Makefile b/source/blender/python/Makefile
index c830fbb3ccf..0c4b9ab6578 100644
--- a/source/blender/python/Makefile
+++ b/source/blender/python/Makefile
@@ -29,6 +29,6 @@
# Bounces make to subdirectories.
SOURCEDIR = source/blender/python
-DIRS = intern
+DIRS = intern generic
include nan_subdirs.mk