slv2 also needs lrdf

git-svn-id: svn://localhost/ardour2/branches/3.0@5035 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis
2009-05-04 14:54:53 +00:00
parent a0696c2406
commit 9b06b1da0c
2 changed files with 3 additions and 3 deletions

View File

@@ -211,7 +211,7 @@ def build(bld):
version.cc
waveview.cc
'''
obj.source += 'x11.cc'
obj.source += ' x11.cc'
obj.includes = ['.']
obj.name = 'gtk2_ardour'
obj.target = 'ardour-3.0'

View File

@@ -232,8 +232,8 @@ def build(bld):
#obj.source += ' st_stretch.cc st_pitch.cc '
#obj.uselib += ' SOUNDTOUCH '
if bld.env['HAVE_SLV2']:
obj.source += ' lv2_plugin.cc '
obj.uselib += ' SLV2 '
obj.source += ' lv2_plugin.cc'
obj.uselib += ' LRDF SLV2'
obj.cxxflags += ['-DHAVE_SLV2']
def shutdown():