diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-10-06 21:38:50 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-01-28 02:01:57 +0100 |
| commit | e8110ed8779599107faaf799fc13f1604583a6ac (patch) | |
| tree | 9dcdf4892d9d902e53b8ba4424a23e9249d978fb /wscript | |
| parent | 151a21e155c77f50b7c06904a925e176e3cb482d (diff) | |
Add another manual dependency.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -647,6 +647,8 @@ def build(bld): bld.add_manual_dependency(bld.path.find_node(dep), bld.path.find_node('src/lib/grok/context.h')) bld.add_manual_dependency(bld.path.find_node(dep), bld.path.find_node('src/lib/grok/messenger.h')) + bld.add_manual_dependency(bld.path.find_node('src/wx/full_config_dialog.cc'), bld.path.find_node('src/wx/grok/gpu_config_panel.h')) + bld.recurse('src') bld.recurse('graphics') |
