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:
parent
4d4f6ee9e5
commit
97ac92a781
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user