Make sure wscripts under libs/surfaces/* are configured. This fixes the OSC surface build, as it now links with liblo.

git-svn-id: svn://localhost/ardour2/branches/3.0@5625 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-09-03 00:38:34 +00:00
parent c30dbaad0e
commit 285b59a7b9
2 changed files with 19 additions and 5 deletions

View file

@ -18,11 +18,6 @@ def set_options(opt):
def configure(conf):
autowaf.configure(conf)
autowaf.check_pkg(conf, 'liblo', uselib_store='LO', linkflags='-llo')
conf.env.append_value('LINKFLAGS_LO', '-llo')
#
# TODO: Again this append_value shouldn't be necessary really
# but for some reason the link flag is not being added otherwise.
#
def build(bld):
obj = bld.new_task_gen('cxx', 'shlib')