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:
authorJoshua Leung <aligorith@gmail.com>2010-01-01 12:41:53 +0300
committerJoshua Leung <aligorith@gmail.com>2010-01-01 12:41:53 +0300
commit8ac9ec415627c518b687e8fff5a7a2516c7f3701 (patch)
tree41d546d1cae54dcf9a331f006a1a907ecfdab5ec /source/blender/editors/space_graph
parent174eccf07851c4e7f669b194cd8951ca98bc5c81 (diff)
Scons compiling fix fox neXyon's new-year audio commit
Diffstat (limited to 'source/blender/editors/space_graph')
-rw-r--r--source/blender/editors/space_graph/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_graph/SConscript b/source/blender/editors/space_graph/SConscript
index cc9812678e9..174894ddfad 100644
--- a/source/blender/editors/space_graph/SConscript
+++ b/source/blender/editors/space_graph/SConscript
@@ -5,5 +5,6 @@ sources = env.Glob('*.c')
incs = '../include ../../blenlib ../../blenkernel ../../makesdna ../../makesrna ../../imbuf'
incs += ' ../../windowmanager #/intern/guardedalloc #/extern/glew/include'
+incs += ' #/intern/audaspace/intern'
env.BlenderLib ( 'bf_editors_space_graph', sources, Split(incs), [], libtype=['core'], priority=[50] )