Fix stub LV2 persist implementation.
[ardour.git] / libs / ardour / wscript
index 61dadda198bd692fbda5773a33ba718d45ac9205..17b85d15ce7988b826469d58444d7b1c0947d23c 100644 (file)
@@ -200,6 +200,7 @@ libardour_sources = [
        'ticker.cc',
        'track.cc',
        'transient_detector.cc',
+       'unknown_processor.cc',
        'user_bundle.cc',
        'utils.cc',
         'vbap.cc',
@@ -308,7 +309,7 @@ def build(bld):
        #       alltogether.
        #
        if bld.env['HAVE_SLV2']:
-               obj.source += [ 'lv2_plugin.cc', 'lv2_event_buffer.cc', 'uri_map.cc', 'lv2_persist_file.c' ]
+               obj.source += [ 'lv2_plugin.cc', 'lv2_event_buffer.cc', 'uri_map.cc' ]
                obj.uselib += ' SLV2 '
                
        if bld.env['VST_SUPPORT']: