summaryrefslogtreecommitdiffstats
path: root/WebKit/wx/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/wx/wscript')
-rw-r--r--WebKit/wx/wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebKit/wx/wscript b/WebKit/wx/wscript
index d0594b3..fa3e06f 100644
--- a/WebKit/wx/wscript
+++ b/WebKit/wx/wscript
@@ -32,6 +32,8 @@ include_paths = webkit_dirs + common_includes + ['.', '..',
wk_root,
os.path.join(wk_root, 'JavaScriptCore'),
os.path.join(wk_root, 'WebCore'),
+ os.path.join(wk_root, 'WebCore', 'bindings', 'wx'),
+ os.path.join(wk_root, 'WebCore', 'DerivedSources'),
os.path.join(output_dir),
os.path.join(wk_root, 'WebCore', 'page', 'wx'),
os.path.join(wk_root, 'WebCore', 'platform', 'network', 'curl'),