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:
authorKent Mein <mein@cs.umn.edu>2007-12-28 00:35:25 +0300
committerKent Mein <mein@cs.umn.edu>2007-12-28 00:35:25 +0300
commit6c7b60668b122414299d1a34263395e169b7ffeb (patch)
tree7e82b3e5f655cb352696b3307042a9b6672dee36 /source/blender/blenkernel/intern/Makefile
parente735a6b4c96d29d9e664f584af5118e7cff7f259 (diff)
(this is for blender2.5 again)
Modified these three to include blender/editors/include instead of blender/include maybe not needed at this stage but I'm guessing its good to do this. Kent
Diffstat (limited to 'source/blender/blenkernel/intern/Makefile')
-rw-r--r--source/blender/blenkernel/intern/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/Makefile b/source/blender/blenkernel/intern/Makefile
index 89b91ed2a8f..28578b4660b 100644
--- a/source/blender/blenkernel/intern/Makefile
+++ b/source/blender/blenkernel/intern/Makefile
@@ -55,7 +55,7 @@ CPPFLAGS += -I../../avi
CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include
# we still refer to /include a bit...
-CPPFLAGS += -I../../include
+CPPFLAGS += -I../../editors/include
# to include the render stuff:
CPPFLAGS += -I../../render/extern/include