From 466435553fb396e34c7887c83aa512ae1d28ede6 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Thu, 30 Jul 2009 18:41:19 +0000 Subject: 2.5 Makefile fix to link smoke lib --- source/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'source') diff --git a/source/Makefile b/source/Makefile index 351db333aba..49036fddb8f 100644 --- a/source/Makefile +++ b/source/Makefile @@ -249,6 +249,7 @@ PULIB += $(OCGDIR)/blender/makesrna/$(DEBUG_DIR)librna.a PULIB += $(OCGDIR)/blender/blenlib/$(DEBUG_DIR)libblenlib.a PULIB += $(NAN_OPENNL)/lib/$(DEBUG_DIR)libopennl.a PULIB += $(NAN_ELBEEM)/lib/$(DEBUG_DIR)libelbeem.a +PULIB += $(NAN_SMOKE)/lib/$(DEBUG_DIR)/libsmoke.a ifeq ($(NAN_NO_KETSJI),true) PULIB += $(NAN_MOTO)/lib/$(DEBUG_DIR)libmoto.a -- cgit v1.2.3