diff options
Diffstat (limited to 'WebKit/wx/wscript')
-rw-r--r-- | WebKit/wx/wscript | 2 |
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'), |