Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWillian Padovani Germano <wpgermano@gmail.com>2004-07-26 06:13:42 +0400
committerWillian Padovani Germano <wpgermano@gmail.com>2004-07-26 06:13:42 +0400
commit5f034d61b811d0c2a8e527d65795bf44806ca7ac (patch)
treea88eabdbec52a64d839676e6231a4c72a7059c46 /source/blender/python/api2_2x/Makefile
parent4c78cc75573714b885d3d56afdc06dc06be68b66 (diff)
Stupid mistake, forgot to add radiosity include dir to the source/blender/python/api2_2x/Makefile, breaking the makefiles build. Thanks intrr for reporting.
Diffstat (limited to 'source/blender/python/api2_2x/Makefile')
-rw-r--r--source/blender/python/api2_2x/Makefile1
1 files changed, 1 insertions, 0 deletions
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)