summaryrefslogtreecommitdiff
path: root/libs/surfaces/osc/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-09-03 00:38:34 +0000
committerCarl Hetherington <carl@carlh.net>2009-09-03 00:38:34 +0000
commit285b59a7b9aa2c87f9f37f396f3ece66886cdacf (patch)
tree31af4f21907d88f8640ed99e0a2748ffb8ab2b9c /libs/surfaces/osc/wscript
parentc30dbaad0e1b4c686d3ca6853dc95ee8837aafed (diff)
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
Diffstat (limited to 'libs/surfaces/osc/wscript')
-rw-r--r--libs/surfaces/osc/wscript5
1 files changed, 0 insertions, 5 deletions
diff --git a/libs/surfaces/osc/wscript b/libs/surfaces/osc/wscript
index 4e1e87d7f5..b365638670 100644
--- a/libs/surfaces/osc/wscript
+++ b/libs/surfaces/osc/wscript
@@ -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')