summaryrefslogtreecommitdiff
path: root/libs/ardour/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-12-13 20:46:07 +0000
committerDavid Robillard <d@drobilla.net>2010-12-13 20:46:07 +0000
commitf6055f2c6f3c0bf7ebe7c68f2243c0091f78a12f (patch)
tree5c5f9a8b54c2d74ad544659ab8fc8af560b96a17 /libs/ardour/wscript
parent23d8df6edfd377b2c735664cf96ad748b6489ad1 (diff)
Eliminate circular dependency kludge for control_protocol/smpte.o.
git-svn-id: svn://localhost/ardour2/branches/3.0@8262 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/wscript')
-rw-r--r--libs/ardour/wscript6
1 files changed, 0 insertions, 6 deletions
diff --git a/libs/ardour/wscript b/libs/ardour/wscript
index 346a350865..03e602ee5a 100644
--- a/libs/ardour/wscript
+++ b/libs/ardour/wscript
@@ -302,12 +302,6 @@ def build(bld):
#obj.uselib += ' SOUNDTOUCH '
#obj.add_objects = 'default/libs/surfaces/control_protocol/smpte_1.o'
- obj.env.append_value('LINKFLAGS', 'default/libs/surfaces/control_protocol/smpte_1.o')
- #
- # TODO: The above is an ugly hack that shouldn't be needed. We really need
- # to refactor SMPTE out of libardour_cp to get rid of that circular dependency
- # alltogether.
- #
if bld.env['HAVE_SLV2']:
obj.source += [ 'lv2_plugin.cc', 'lv2_event_buffer.cc', 'uri_map.cc', 'lv2_pfile.c' ]
obj.uselib += ' SLV2 '