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:
authorJoilnen Leite <joilnen.leite@gmail.com>2009-01-13 16:13:04 +0300
committerJoilnen Leite <joilnen.leite@gmail.com>2009-01-13 16:13:04 +0300
commitb3d8cbd1130578e440966449d0bec995c7764a18 (patch)
tree3ab2cf353a451eb9f0a1cafa734458fcc1fb104e /source/Makefile
parent25483d10bd5676a8f7fb58f43cbd58aa99f26a04 (diff)
fix from sirdude i patched and fixed my linkage erros in linux
Diffstat (limited to 'source/Makefile')
-rw-r--r--source/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Makefile b/source/Makefile
index 29f3614666b..77a947f6c03 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -99,6 +99,7 @@ COMLIB += $(OCGDIR)/blender/nodes/$(DEBUG_DIR)libnodes.a
COMLIB += $(OCGDIR)/blender/imbuf/$(DEBUG_DIR)libimbuf.a
COMLIB += $(OCGDIR)/blender/blenlib/$(DEBUG_DIR)libblenlib.a
COMLIB += $(NAN_IKSOLVER)/lib/libiksolver.a
+COMLIB += $(NAN_MOTO)/lib/libmoto.a
COMLIB += $(NAN_OPENNL)/lib/$(DEBUG_DIR)libopennl.a
COMLIB += $(NAN_SUPERLU)/lib/$(DEBUG_DIR)libsuperlu.a
COMLIB += $(OCGDIR)/blender/avi/$(DEBUG_DIR)libavi.a