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:
Diffstat (limited to 'source/blender/editors/space_graph/SConscript')
-rw-r--r--source/blender/editors/space_graph/SConscript5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/blender/editors/space_graph/SConscript b/source/blender/editors/space_graph/SConscript
index 35e09749743..ac23e8ee4e7 100644
--- a/source/blender/editors/space_graph/SConscript
+++ b/source/blender/editors/space_graph/SConscript
@@ -33,7 +33,6 @@ incs = [
'#/intern/guardedalloc',
env['BF_GLEW_INC'],
'#/intern/glew-mx',
- '#/intern/audaspace/intern',
'../include',
'../../blenfont',
'../../blenkernel',
@@ -47,6 +46,10 @@ incs = [
defs = env['BF_GL_DEFINITIONS']
+if env['WITH_BF_AUDASPACE']:
+ defs += env['BF_AUDASPACE_DEF']
+ incs.append(env['BF_AUDASPACE_C_INC'])
+
if env['WITH_BF_INTERNATIONAL']:
defs.append('WITH_INTERNATIONAL')