summaryrefslogtreecommitdiff
path: root/libs/ardour/wscript
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-03-10 17:28:18 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-03-10 17:30:12 -0400
commit495c0de4ac2e5292a2ebaf276e57cb30fea414db (patch)
treeba1144d179d725b2a3f5941bccf1bc7afb56e9ae /libs/ardour/wscript
parent1a3634f3b9c5ab1d35d0717685526fa050e27a11 (diff)
fix up waf build in wake of search path changes earlier today
Diffstat (limited to 'libs/ardour/wscript')
-rw-r--r--libs/ardour/wscript10
1 files changed, 1 insertions, 9 deletions
diff --git a/libs/ardour/wscript b/libs/ardour/wscript
index e13a96b912..bbe7f56aa1 100644
--- a/libs/ardour/wscript
+++ b/libs/ardour/wscript
@@ -46,7 +46,6 @@ libardour_sources = [
'automation_control.cc',
'automation_list.cc',
'automation_watch.cc',
- 'backend_search_path.cc',
'beats_frames_converter.cc',
'broadcast_info.cc',
'buffer.cc',
@@ -60,7 +59,6 @@ libardour_sources = [
'configuration.cc',
'config_text.cc',
'control_protocol_manager.cc',
- 'control_protocol_search_path.cc',
'cycle_timer.cc',
'data_type.cc',
'default_click.cc',
@@ -81,7 +79,6 @@ libardour_sources = [
'export_format_manager.cc',
'export_format_specification.cc',
'export_formats.cc',
- 'export_formats_search_path.cc',
'export_graph_builder.cc',
'export_handler.cc',
'export_preset.cc',
@@ -107,11 +104,9 @@ libardour_sources = [
'io_processor.cc',
'kmeterdsp.cc',
'ladspa_plugin.cc',
- 'ladspa_search_path.cc',
'location.cc',
'location_importer.cc',
'ltc_slave.cc',
- 'lv2_bundled_search_path.cc',
'meter.cc',
'midi_automation_list_binder.cc',
'midi_buffer.cc',
@@ -119,7 +114,6 @@ libardour_sources = [
'midi_diskstream.cc',
'midi_model.cc',
'midi_patch_manager.cc',
- 'midi_patch_search_path.cc',
'midi_playlist.cc',
'midi_playlist_source.cc',
'midi_port.cc',
@@ -142,7 +136,6 @@ libardour_sources = [
'pannable.cc',
'panner.cc',
'panner_manager.cc',
- 'panner_search_path.cc',
'panner_shell.cc',
'pcm_utils.cc',
'pi_controller.cc',
@@ -172,6 +165,7 @@ libardour_sources = [
'route_group.cc',
'route_group_member.cc',
'rb_effect.cc',
+ 'search_paths.cc',
'send.cc',
'session.cc',
'session_butler.cc',
@@ -216,7 +210,6 @@ libardour_sources = [
'user_bundle.cc',
'utils.cc',
'version.cc',
- 'vst_search_path.cc',
'vumeterdsp.cc',
'worker.cc'
]
@@ -365,7 +358,6 @@ def build(bld):
'DATA_DIR="' + os.path.normpath(bld.env['DATADIR']) + '"',
'CONFIG_DIR="' + os.path.normpath(bld.env['SYSCONFDIR']) + '"',
'LOCALEDIR="' + os.path.join(os.path.normpath(bld.env['DATADIR']), 'locale') + '"',
- 'PROGRAM_NAME="' + bld.env['PROGRAM_NAME'] + '"',
'EVORAL_MIDI_XML=1',
]