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:
authorStefan Gartner <stefang@aon.at>2010-05-14 12:16:45 +0400
committerStefan Gartner <stefang@aon.at>2010-05-14 12:16:45 +0400
commit03f983da852b0a39fb4fe63e8b7d40970769e270 (patch)
treea85250e99d9ad8219db691e2fef5dbdf971a42d1 /source/blender/collada/Makefile
parent02b8d3ca0f1763922140a76d8d41e38b089e37fb (diff)
Makefiles: fixed opencollada include path
Diffstat (limited to 'source/blender/collada/Makefile')
-rw-r--r--source/blender/collada/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/collada/Makefile b/source/blender/collada/Makefile
index f2fed004a25..3b5f09594de 100644
--- a/source/blender/collada/Makefile
+++ b/source/blender/collada/Makefile
@@ -37,6 +37,6 @@ CPPFLAGS += -I../makesdna -I../blenlib -I../blenkernel -I../editors/include
CPPFLAGS += -I../windowmanager -I../makesrna
CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include
CPPFLAGS += -I$(BF_OPENCOLLADA)/include/COLLADABaseUtils
-CPPFLAGS += -I$(BF_OPENCOLLADA)/include/COLLADAFrameWork
+CPPFLAGS += -I$(BF_OPENCOLLADA)/include/COLLADAFramework
CPPFLAGS += -I$(BF_OPENCOLLADA)/include/COLLADAStreamWriter
CPPFLAGS += -I$(BF_OPENCOLLADA)/include/COLLADASaxFrameworkLoader