Merge branch '2.0' of git.carlh.net:git/dcpomatic into 2.0
[dcpomatic.git] / src / wscript
index 2ebeba210d12bfc349e0af062c79af28dd38c6d0..f3a6a8c7beab1d8480273ee29099a99e4fb6888b 100644 (file)
@@ -1,5 +1,5 @@
 def configure(conf):
-    conf.recurse('lib')
+    conf.recurse('tools')
     if not conf.env.DISABLE_GUI:
         conf.recurse('wx')
 
@@ -8,3 +8,13 @@ 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')
+
+def pot_merge(bld):
+    bld.recurse('lib')
+    bld.recurse('wx')
+    bld.recurse('tools')