Remove premature inclusion of lv2_persist_file.c
git-svn-id: svn://localhost/ardour2/branches/3.0@8095 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -308,7 +308,7 @@ def build(bld):
|
|||||||
# alltogether.
|
# alltogether.
|
||||||
#
|
#
|
||||||
if bld.env['HAVE_SLV2']:
|
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 '
|
obj.uselib += ' SLV2 '
|
||||||
|
|
||||||
if bld.env['VST_SUPPORT']:
|
if bld.env['VST_SUPPORT']:
|
||||||
|
|||||||
Reference in New Issue
Block a user