Forgot Cineon lib in Makefile :)

This commit is contained in:
Ton Roosendaal 2006-03-12 19:48:51 +00:00
parent afc3d1ade3
commit e058a506fd

@ -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)