summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-05-04 23:00:55 +0000
committerDavid Robillard <d@drobilla.net>2009-05-04 23:00:55 +0000
commit61169434eaf9e106f42c9254de53a57f98773754 (patch)
tree6132873c2b069f3ea350b523b117b906c2f7e90a /libs
parentd3d1e2c286fe31156557c2d304409f727c7c49c2 (diff)
Back out part of r5035: SLV2 doesn't require LRDF and LRDF is in uselib already anyway.
git-svn-id: svn://localhost/ardour2/branches/3.0@5046 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/wscript b/libs/ardour/wscript
index e2734eb4c1..dfc9cc0156 100644
--- a/libs/ardour/wscript
+++ b/libs/ardour/wscript
@@ -233,7 +233,7 @@ def build(bld):
#obj.uselib += ' SOUNDTOUCH '
if bld.env['HAVE_SLV2']:
obj.source += ' lv2_plugin.cc lv2_event_buffer.cc uri_map.cc '
- obj.uselib += ' LRDF SLV2'
+ obj.uselib += ' SLV2 '
obj.cxxflags += ['-DHAVE_SLV2']
def shutdown():