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:
authorJoerg Mueller <nexyon@gmail.com>2010-08-16 22:50:59 +0400
committerJoerg Mueller <nexyon@gmail.com>2010-08-16 22:50:59 +0400
commit9bb21deec624c7005f475ca7d2fa7c2e3ebf1184 (patch)
tree1609f36f4939c5a5599537f3bdf4f2701442633a /source/blender/editors/sound/SConscript
parent01d61095cda2c3c91c9c672a5dd9ee00166af31b (diff)
Audaspace: Further fixes.
Diffstat (limited to 'source/blender/editors/sound/SConscript')
-rw-r--r--source/blender/editors/sound/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sound/SConscript b/source/blender/editors/sound/SConscript
index 8b628f7b223..5468d4313ae 100644
--- a/source/blender/editors/sound/SConscript
+++ b/source/blender/editors/sound/SConscript
@@ -6,7 +6,7 @@ sources = env.Glob('*.c')
incs = '../include ../../blenlib ../../blenkernel ../../makesdna ../../imbuf'
incs += ' ../../windowmanager #/intern/guardedalloc'
incs += ' ../../makesrna'
-incs += ' #/intern/audaspace/intern'
+incs += ' #/intern/audaspace/intern '
incs += env['BF_PYTHON_INC']
defs = []