unfinished work on selection/HiG details, restore range ops destroyed by autoscroll...
[ardour.git] / libs / surfaces / generic_midi / SConscript
index 9edb76327af23f38c6b30edb8053c25a1d27a1e2..97998f864fe42bbdd71f9f0765b95b486d23834f 100644 (file)
@@ -50,6 +50,6 @@ if env['NLS']:
 env.Alias('install', env.Install(os.path.join(install_prefix, 'lib/ardour2/surfaces'), libardour_genericmidi))
 
 env.Alias('tarball', env.Distribute (env['DISTTREE'],
-                                    [ 'SConscript', 'i18n.h', 'gettext.h' ] +
+                                    [ 'SConscript' ] +
                                     genericmidi_files + 
                                     glob.glob('po/*.po') + glob.glob('*.h')))