diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-16 01:01:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-16 01:01:12 +0100 |
| commit | 3ebaa488a4388a5039803e26a64fa7b8ff1669e9 (patch) | |
| tree | 24d9268e0a6980cf1bb8cce06d93f88639d3bf2d /src/wscript | |
| parent | 11d57d48b64c6e174cb94b0a63150e9b91dd7942 (diff) | |
Move configure()s down to the appropriate level.
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wscript b/src/wscript index 9ae35d507..2ddd90f5c 100644 --- a/src/wscript +++ b/src/wscript @@ -1,3 +1,8 @@ +def configure(conf): + conf.recurse('lib') + if not conf.env.DISABLE_GUI: + conf.recurse('gtk') + def build(bld): bld.recurse('lib') bld.recurse('tools') |
