Remove premature inclusion of lv2_persist_file.c
authorDavid Robillard <d@drobilla.net>
Fri, 26 Nov 2010 20:59:20 +0000 (20:59 +0000)
committerDavid Robillard <d@drobilla.net>
Fri, 26 Nov 2010 20:59:20 +0000 (20:59 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@8095 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/wscript

index 61dadda198bd692fbda5773a33ba718d45ac9205..3ece2d0784336b583b0884eeaed284c61749ee96 100644 (file)
@@ -308,7 +308,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']: