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>2007-12-29 17:56:16 +0300
committerTon Roosendaal <ton@blender.org>2007-12-29 17:56:16 +0300
commit878e09396e74f14c73bd1e97b01d5406b17ed858 (patch)
tree83cb9f0fc6f9c56bd4ee91a3635a05a1388c090f /source/blender/nodes/intern/Makefile
parent6407b5f70374c682b6f8e9b28fcf6c49fdab46ca (diff)
Now Makefiles should be uptodate.
Also fixed old error in make for nodes, it didn't enter subdirs correctly? Left: 63 unresolved symbols on linking...
Diffstat (limited to 'source/blender/nodes/intern/Makefile')
-rw-r--r--source/blender/nodes/intern/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/blender/nodes/intern/Makefile b/source/blender/nodes/intern/Makefile
index 3b7783c5d1e..f5908411f88 100644
--- a/source/blender/nodes/intern/Makefile
+++ b/source/blender/nodes/intern/Makefile
@@ -42,7 +42,10 @@ CPPFLAGS += -I../../blenkernel
CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include
CPPFLAGS += -I../../makesdna
CPPFLAGS += -I../../blenlib
-CPPFLAGS += -I../../include
+CPPFLAGS += -I../../editors/include
CPPFLAGS += -I../../imbuf
CPPFLAGS += -I../../render/extern/include
CPPFLAGS += -I$(OPENGL_HEADERS)
+
+DIRS = SHD_nodes CMP_nodes
+include nan_subdirs.mk