Merge branch '2.0' of git.carlh.net:git/dcpomatic into 2.0
[dcpomatic.git] / src / wscript
index abe39894d4c306be92a4d5e7a52a3946eabeac2f..f3a6a8c7beab1d8480273ee29099a99e4fb6888b 100644 (file)
@@ -1,4 +1,5 @@
 def configure(conf):
+    conf.recurse('tools')
     if not conf.env.DISABLE_GUI:
         conf.recurse('wx')
 
@@ -13,6 +14,7 @@ def pot(bld):
     bld.recurse('wx')
     bld.recurse('tools')
 
-def mo(bld):
+def pot_merge(bld):
+    bld.recurse('lib')
     bld.recurse('wx')
     bld.recurse('tools')