13
0

Build lv2_plugin_ui.cc

git-svn-id: svn://localhost/ardour2/branches/3.0@5033 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2009-05-04 14:28:29 +00:00
parent 4d4f6ee9e5
commit 97ac92a781

View File

@ -228,6 +228,7 @@ def build(bld):
obj.cxxflags += ['-DLOCALEDIR="' + os.path.join(
os.path.normpath(bld.env['DATADIRNAME']), 'locale') + '"']
if bld.env['HAVE_SLV2']:
obj.source += ' lv2_plugin_ui.cc '
obj.cxxflags += ['-DHAVE_SLV2']
# Wrappers