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
This commit is contained in:
David Robillard 2009-05-04 23:00:55 +00:00
parent d3d1e2c286
commit 61169434ea

View File

@ -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():