summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorSonicadvance1 <sonicadvance1@gmail.com>2009-06-21 09:35:31 +0000
committerSonicadvance1 <sonicadvance1@gmail.com>2009-06-21 09:35:31 +0000
commite91ab24bcec0922e8d2fb9f2411bb585e48698fe (patch)
treec206c773a95e31347eb2555299da57358b9778fc /SConstruct
parenteef35f9537d02dd309d139320c4edbe27f8b4cd5 (diff)
Linux compile fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3519 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 2 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index fbcb233845..ffef4df656 100644
--- a/SConstruct
+++ b/SConstruct
@@ -56,6 +56,7 @@ include_paths = [
basedir + 'Source/Core/VideoCommon/Src',
basedir + 'Source/Core/InputCommon/Src',
basedir + 'Source/Core/AudioCommon/Src',
+ basedir + 'Source/Core/DebuggerUICommon/Src',
basedir + 'Source/Core/DSPCore/Src',
]
@@ -70,6 +71,7 @@ dirs = [
'Source/Core/VideoCommon/Src',
'Source/Core/InputCommon/Src',
'Source/Core/AudioCommon/Src',
+ 'Source/Core/DebuggerUICommon/Src',
'Source/Core/DSPCore/Src',
'Source/DSPTool/Src',
'Source/Plugins/Plugin_VideoOGL/Src',