summaryrefslogtreecommitdiff
path: root/libs/ardour
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-11-26 20:59:20 +0000
committerDavid Robillard <d@drobilla.net>2010-11-26 20:59:20 +0000
commitd5666aa2ec00a9e1668e35a92f7838c4162fee03 (patch)
treedc077f5f78d047b9239baaacfc026c20ca78775a /libs/ardour
parenta8d4e33d1b61b7fc2eadec355689ccbe93fece22 (diff)
Remove premature inclusion of lv2_persist_file.c
git-svn-id: svn://localhost/ardour2/branches/3.0@8095 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour')
-rw-r--r--libs/ardour/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/wscript b/libs/ardour/wscript
index 61dadda198..3ece2d0784 100644
--- a/libs/ardour/wscript
+++ b/libs/ardour/wscript
@@ -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']: