diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-15 00:14:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-15 00:14:28 +0100 |
| commit | bb767c7e338414beee132af3e96829c1448e214b (patch) | |
| tree | bec2858dcc7225a9bcc2acd8170c25508f6df6cb /src/wscript | |
| parent | 66c9be6bdb1361e5681e094a0c8170d268aa9518 (diff) | |
Move things round a bit.
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 new file mode 100644 index 000000000..9ae35d507 --- /dev/null +++ b/src/wscript @@ -0,0 +1,5 @@ +def build(bld): + bld.recurse('lib') + bld.recurse('tools') + if not bld.env.DISABLE_GUI: + bld.recurse('gtk') |
