diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-03-01 17:30:53 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-03-01 17:30:53 +0000 |
| commit | 5121d13ded51a70169f5b5d649067c9b26456705 (patch) | |
| tree | bb4c29617fa311459c483adccfedfed1df795c5d /src/wscript | |
| parent | b3499c076f9270f161be1b89497eb888a48049f2 (diff) | |
| parent | cbc6c5863ec336f0843a87a71e9d7a25a5e59286 (diff) | |
Merge branch 'master' of /home/carl/git/dvdomatic
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 3f17b3e6c..f7f888acd 100644 --- a/src/wscript +++ b/src/wscript @@ -7,3 +7,8 @@ def build(bld): bld.recurse('tools') if not bld.env.DISABLE_GUI: bld.recurse('wx') + +def pot(bld): + bld.recurse('lib') + bld.recurse('wx') + bld.recurse('tools') |
