From e058a506fda039c0c2795374f3b559d266b3ba53 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Sun, 12 Mar 2006 19:48:51 +0000 Subject: Forgot Cineon lib in Makefile :) --- source/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'source/Makefile') diff --git a/source/Makefile b/source/Makefile index f31bad66f82..9bc04c2b4e6 100644 --- a/source/Makefile +++ b/source/Makefile @@ -161,6 +161,7 @@ endif ifeq ($(WITH_OPENEXR), true) COMLIB += $(OCGDIR)/blender/imbuf/openexr/$(DEBUG_DIR)libopenexr.a endif + COMLIB += $(OCGDIR)/blender/imbuf/cineon/$(DEBUG_DIR)libcineon.a ifeq ($(WITH_FREETYPE2), true) ifeq ($(OS), windows) ifeq ($(FREE_WINDOWS), true) -- cgit v1.2.3