diff options
Diffstat (limited to 'WebKitTools/wx/browser/wscript')
-rw-r--r-- | WebKitTools/wx/browser/wscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WebKitTools/wx/browser/wscript b/WebKitTools/wx/browser/wscript index a2a24e0..bd2640c 100644 --- a/WebKitTools/wx/browser/wscript +++ b/WebKitTools/wx/browser/wscript @@ -29,7 +29,8 @@ import sys from settings import * -include_paths = [os.path.join(wk_root, 'WebKit', 'wx')] +include_paths = [os.path.join(wk_root, 'WebCore', 'bindings', 'wx'), + os.path.join(wk_root, 'WebKit', 'wx')] def set_options(opt): common_set_options(opt) |