some attempted changes for ipMIDI on windows
[ardour.git] / libs / gtkmm2ext / wscript
index 1832d6a03e05268ee58e87d66459c9e2c4499a09..89614bd63f97ef948cbb74bb35ad3715c293c8ad 100644 (file)
@@ -124,7 +124,7 @@ def build(bld):
             lang = os.path.basename(mo.srcpath()).replace('.mo', '')
             bld.install_as (os.path.join(os.path.normpath(bld.env['LOCALEDIR']), lang, 'LC_MESSAGES', I18N_PACKAGE + '.mo'),
                             mo)
-                           
+
 def i18n(bld):
     autowaf.build_i18n(bld, top, 'libs/gtkmm2ext', I18N_PACKAGE, gtkmm2ext_sources,
                        'Paul Davis')