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>2009-09-25 22:47:43 +0400
committerKent Mein <mein@cs.umn.edu>2009-09-25 22:47:43 +0400
commit72c4c9da7a4074f86f4ed59d87a6e50a98b9bb06 (patch)
tree39d83f1c6ed161c82a7a3ce1ccadee168f186272 /source/blender/ikplugin
parentaa989c1e8343cb761665129d44e03a4fc4c7cd95 (diff)
Fixing up Makefiles, its not fully working but its closer...
Kent
Diffstat (limited to 'source/blender/ikplugin')
-rw-r--r--source/blender/ikplugin/intern/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/blender/ikplugin/intern/Makefile b/source/blender/ikplugin/intern/Makefile
index 9254b65b7b7..0c54e5d1264 100644
--- a/source/blender/ikplugin/intern/Makefile
+++ b/source/blender/ikplugin/intern/Makefile
@@ -36,8 +36,8 @@ CFLAGS += -I../../makesdna
CFLAGS += -I../../blenkernel
CFLAGS += -I../../blenlib
CFLAGS += -I../../include
-CFLAGS += -I../../../intern/itasc
-CFLAGS += -I../../../extern/Eigen2
+CFLAGS += -I../../../../intern/itasc
+CFLAGS += -I../../../../extern/Eigen2
CFLAGS += -I..
CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include
@@ -46,4 +46,6 @@ CPPFLAGS += -I../../makesdna
CPPFLAGS += -I../../blenkernel
CPPFLAGS += -I../../blenlib
CPPFLAGS += -I../../include
+CPPFLAGS += -I../../../../intern/itasc
+CPPFLAGS += -I../../../../extern/Eigen2
CPPFLAGS += -I..