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>2004-01-05 20:42:07 +0300
committerKent Mein <mein@cs.umn.edu>2004-01-05 20:42:07 +0300
commita017282b62294e8faaa4d95ff41e722398bfdd0a (patch)
treeda1e178031ce0c19da8ece96d04d17274948add4 /source/Makefile
parent56db828948e94ccad3117a17c49c9152ca674202 (diff)
Tweaks to get yafray stuff working with Makefiles
Kent
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 4267f780fb1..8fa1396866b 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -134,6 +134,7 @@ PYPLAYERLIB ?= $(PYLIB)
COMLIB += $(NAN_GUARDEDALLOC)/lib/libguardedalloc.a
COMLIB += $(NAN_BMFONT)/lib/$(DEBUG_DIR)libbmfont.a
COMLIB += $(NAN_PNG)/lib/libpng.a
+ COMLIB += $(OCGDIR)/blender/yafray/$(DEBUG_DIR)libyafrayexport.a
ifeq ($(WITH_QUICKTIME), true)
COMLIB += $(OCGDIR)/blender/blenderqt/$(DEBUG_DIR)libblenderqt.a
endif