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:
authorGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2010-04-12 05:23:55 +0400
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2010-04-12 05:23:55 +0400
commit8e4cbaa0c7dea891b0f9f3ae345abe78e521bf91 (patch)
tree1541d256dea77b05feb90bf296bfb682ecfa7ef9 /source/blender/blenkernel/intern/Makefile
parent9563a8524261b04b021abec27319857b2df001ba (diff)
Modifiers moved, adjust accordingly.
Diffstat (limited to 'source/blender/blenkernel/intern/Makefile')
-rw-r--r--source/blender/blenkernel/intern/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/blenkernel/intern/Makefile b/source/blender/blenkernel/intern/Makefile
index 70e1a785787..4e365f363c3 100644
--- a/source/blender/blenkernel/intern/Makefile
+++ b/source/blender/blenkernel/intern/Makefile
@@ -85,6 +85,9 @@ CPPFLAGS += -I../../nodes
#path to gpu
CPPFLAGS += -I../../gpu
+#modifiers got moved
+CPPFLAGS += -I../../modifiers
+
# path to our own external headerfiles
CPPFLAGS += -I..