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:
authorChris Want <cwant@ualberta.ca>2007-03-26 04:11:45 +0400
committerChris Want <cwant@ualberta.ca>2007-03-26 04:11:45 +0400
commitf9c234b2b446e50d28366fa71db14fe82b8f0cc7 (patch)
tree751ccdc5f70cc87b439c6d9a2c0711349aa1d2e3 /source/blender/src/Makefile
parentc1e901811811f10c90789784667ed9c0f708010f (diff)
Find missing node includes.
Diffstat (limited to 'source/blender/src/Makefile')
-rw-r--r--source/blender/src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/Makefile b/source/blender/src/Makefile
index cb6c1954812..e9f4e807259 100644
--- a/source/blender/src/Makefile
+++ b/source/blender/src/Makefile
@@ -66,6 +66,7 @@ CPPFLAGS += -I$(NAN_SOUNDSYSTEM)/include $(NAN_SDLCFLAGS)
CPPFLAGS += -I../render/extern/include
CPPFLAGS += -I../blenkernel
CPPFLAGS += -I../blenlib
+CPPFLAGS += -I../nodes
CPPFLAGS += -I../python
CPPFLAGS += -I../makesdna
CPPFLAGS += -I../imbuf