From 5f034d61b811d0c2a8e527d65795bf44806ca7ac Mon Sep 17 00:00:00 2001 From: Willian Padovani Germano Date: Mon, 26 Jul 2004 02:13:42 +0000 Subject: [PATCH] Stupid mistake, forgot to add radiosity include dir to the source/blender/python/api2_2x/Makefile, breaking the makefiles build. Thanks intrr for reporting. --- source/blender/python/api2_2x/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/source/blender/python/api2_2x/Makefile b/source/blender/python/api2_2x/Makefile index 545e5cb0875..e7f7107f22c 100644 --- a/source/blender/python/api2_2x/Makefile +++ b/source/blender/python/api2_2x/Makefile @@ -53,6 +53,7 @@ CPPFLAGS += -I../../blenlib CPPFLAGS += -I../../blenloader CPPFLAGS += -I../../include CPPFLAGS += -I../../render/extern/include +CPPFLAGS += -I../../radiosity/extern/include CPPFLAGS += -I$(NAN_BMFONT)/include CPPFLAGS += -I../../imbuf CPPFLAGS += -I$(NAN_PYTHON)/include/python$(NAN_PYTHON_VERSION)