summaryrefslogtreecommitdiff
path: root/libs/ardour/wscript
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-04-02 13:53:03 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-04-02 13:53:03 +0000
commit483a88d54e11dc612d8ebf6b8f8c830650cec77e (patch)
treeec46ef660397dd20b0ac93b8413fa4fc1e638de6 /libs/ardour/wscript
parent1eb753b8429b1524016c14d6a21ba070e1c56141 (diff)
add the standard mechanism for search paths to the path used for export formats, so that we can find them in a bundle
git-svn-id: svn://localhost/ardour2/branches/3.0@9261 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/wscript')
-rw-r--r--libs/ardour/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/wscript b/libs/ardour/wscript
index 4b2fd546bb..f95b22d572 100644
--- a/libs/ardour/wscript
+++ b/libs/ardour/wscript
@@ -88,6 +88,7 @@ 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',