diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-16 01:22:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-16 01:22:22 +0100 |
| commit | a0ff49cc84e8c5537332b46c237630f99bb7a73c (patch) | |
| tree | 28c8f51caf915c873478a044b00e1a6c884ce5e3 /src/wscript | |
| parent | 3ebaa488a4388a5039803e26a64fa7b8ff1669e9 (diff) | |
asdcplib builds
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wscript b/src/wscript index 2ddd90f5c..3216dc07a 100644 --- a/src/wscript +++ b/src/wscript @@ -1,10 +1,12 @@ def configure(conf): conf.recurse('lib') + conf.recurse('asdcplib') if not conf.env.DISABLE_GUI: conf.recurse('gtk') def build(bld): bld.recurse('lib') bld.recurse('tools') + bld.recurse('asdcplib') if not bld.env.DISABLE_GUI: bld.recurse('gtk') |
