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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-11-24 02:47:32 +0300
committerCampbell Barton <ideasman42@gmail.com>2014-11-24 02:47:32 +0300
commit73633388ff2814300c007a6261f4e9fcbd1b5fc6 (patch)
treefee3a7940ab2447dc59e35810a61061a9c6ac3eb /source
parent92f13f7287e72d8625611a9dcd92b1c636ae8454 (diff)
SCons: correct includes after recent refactor
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenkernel/SConscript1
-rw-r--r--source/blender/blenlib/SConscript1
2 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/SConscript b/source/blender/blenkernel/SConscript
index 9243c85167b..382c1fb104e 100644
--- a/source/blender/blenkernel/SConscript
+++ b/source/blender/blenkernel/SConscript
@@ -46,6 +46,7 @@ incs = [
'#/intern/rigidbody',
'#/extern/bullet2/src',
env['BF_GLEW_INC'],
+ '#/intern/ghost',
'#/intern/glew-mx',
'#/intern/audaspace/intern',
'#/intern/elbeem/extern',
diff --git a/source/blender/blenlib/SConscript b/source/blender/blenlib/SConscript
index b712d2032bf..2dabb5a7334 100644
--- a/source/blender/blenlib/SConscript
+++ b/source/blender/blenlib/SConscript
@@ -34,7 +34,6 @@ cflags=''
incs = [
'.',
'#/extern/wcwidth',
- '#/intern/ghost',
'#/intern/guardedalloc',
'../makesdna',
env['BF_FREETYPE_INC'],