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:
authorTon Roosendaal <ton@blender.org>2010-08-16 21:07:59 +0400
committerTon Roosendaal <ton@blender.org>2010-08-16 21:07:59 +0400
commitdc3ca6dcdad25529b314bfbdaae72f7aff850edf (patch)
tree77f9219b33343b48ddcf9562c31695d7519b4120 /source/blender/editors/sound
parent7fc5f78b15ada4d0ad6a5858a1fa98d7ef33f6ee (diff)
More makefiles for new audaspace commit.
Jorg: you have added an include Python.h in the AUD api.h. I'm not sure if it's smart to have this, it makes all AUD code depend on resolving the Python path.
Diffstat (limited to 'source/blender/editors/sound')
-rw-r--r--source/blender/editors/sound/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/sound/Makefile b/source/blender/editors/sound/Makefile
index 211fcfb9a4c..f51e15627a2 100644
--- a/source/blender/editors/sound/Makefile
+++ b/source/blender/editors/sound/Makefile
@@ -37,6 +37,8 @@ CFLAGS += $(LEVEL_1_C_WARNINGS)
CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include
+CPPFLAGS += -I$(NAN_PYTHON)/include/python$(NAN_PYTHON_VERSION)
+
CPPFLAGS += -I../../windowmanager
CPPFLAGS += -I../../blenkernel
CPPFLAGS += -I../../blenloader