Consider size of port matrix column labels for size of row labels
[ardour.git] / gtk2_ardour / wscript
index e6c817bbf9497b78b37962bdb10a826ed996ab6f..72dca6e5d54fd9a03a774cfeeb0e46e54edc3963 100644 (file)
@@ -190,6 +190,7 @@ gtk2_ardour_sources = [
         'plugin_selector.cc',
         'plugin_ui.cc',
         'plugin_dspload_ui.cc',
+        'plugin_dspload_window.cc',
         'port_group.cc',
         'port_insert_ui.cc',
         'port_matrix.cc',
@@ -203,6 +204,7 @@ gtk2_ardour_sources = [
         'processor_selection.cc',
         'patch_change_dialog.cc',
         'progress_reporter.cc',
+        'pt_import_selector.cc',
         'public_editor.cc',
         'quantize_dialog.cc',
         'rc_option_editor.cc',
@@ -597,7 +599,7 @@ def build(bld):
         obj.includes  = [ '../libs/fst', '.' ]
         obj.name      = 'libgtk2_ardour'
         obj.target    = 'gtk2_ardour'
-        obj.cflags  = [ '-fPIC' ]
+        obj.cflags = [ bld.env['compiler_flags_dict']['pic'] ]
 
     else:
         # just the normal executable version of the GTK GUI