mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 07:06:23 +01:00
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:
parent
a8d4e33d1b
commit
d5666aa2ec
1 changed files with 1 additions and 1 deletions
|
|
@ -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']:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue