From 5eee72b092a0428405886de0d78a2908fde32587 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Thu, 30 Jul 2009 18:41:36 +0000 Subject: [PATCH] 2.5 Another Makefile fix for smoke --- source/blender/blenkernel/intern/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/source/blender/blenkernel/intern/Makefile b/source/blender/blenkernel/intern/Makefile index a6a5066b574..fe7187200aa 100644 --- a/source/blender/blenkernel/intern/Makefile +++ b/source/blender/blenkernel/intern/Makefile @@ -68,6 +68,7 @@ CPPFLAGS += -I$(NAN_DECIMATION)/include CPPFLAGS += -I$(NAN_ELBEEM)/include CPPFLAGS += -I$(NAN_OPENNL)/include CPPFLAGS += -I$(NAN_BSP)/include +CPPFLAGS += -I$(NAN_SMOKE)/include # path to zlib CPPFLAGS += -I$(NAN_ZLIB)/include