Fix playhead smoothing when auditioning.
[ardour.git] / gtk2_ardour / wscript
index d98e4e99107011ecde608350886a6e3dc30ed52c..72dca6e5d54fd9a03a774cfeeb0e46e54edc3963 100644 (file)
@@ -204,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',
@@ -598,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