Add another test to detect a non interactive shell. This may be the best method....
[ardour.git] / wscript
diff --git a/wscript b/wscript
index f29cd18dd3fb77b435031f6587d5add14b153c29..ae134c2bebf695efb0f43cb3e81c0094377944ba 100644 (file)
--- a/wscript
+++ b/wscript
@@ -9,7 +9,7 @@ import sys
 import glob
 
 # Variables for 'waf dist'
-VERSION = '3.0alpha5'
+VERSION = '3.0alpha8'
 APPNAME = 'Ardour'
 
 # Mandatory variables
@@ -43,7 +43,8 @@ children = [
 
 i18n_children = [
         'gtk2_ardour',
-        'libs/ardour'
+        'libs/ardour',
+        'libs/gtkmm2ext',
 ]
 
 # Version stuff