summaryrefslogtreecommitdiff
path: root/libs/ardour/wscript
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-06-09 20:21:19 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-06-09 20:21:19 +0000
commite6eb059576eefd9a26c177627ae7dd3ba2feb727 (patch)
tree536ce6ee456f2306bb0346a51ede0a4aa64a8e63 /libs/ardour/wscript
parent9bd274bfdee62c9cc0e5752d2a72027d2c732cd0 (diff)
the big Route structure refactor. !!!! THIS WILL ***NOT LOAD*** PRIOR 3.0 or 2.X SESSIONS !!!! BREAKAGE IS EXPECTED !!!! IF YOU HAVE AND NEED A WORKING 3.0 DO **NOT** UPDATE. !!!! otherwise, update and enjoy the steadily emerging joys of this major reworking of ardour internals
git-svn-id: svn://localhost/ardour2/branches/3.0@5137 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/wscript')
-rw-r--r--libs/ardour/wscript5
1 files changed, 3 insertions, 2 deletions
diff --git a/libs/ardour/wscript b/libs/ardour/wscript
index 7079a64a08..98bc7106f3 100644
--- a/libs/ardour/wscript
+++ b/libs/ardour/wscript
@@ -135,7 +135,7 @@ def build(bld):
gdither.cc
globals.cc
import.cc
- io.cc
+ io.cc
io_processor.cc
jack_slave.cc
ladspa_plugin.cc
@@ -157,6 +157,7 @@ def build(bld):
midi_track.cc
mix.cc
mtc_slave.cc
+ mute_master.cc
named_selection.cc
onset_detector.cc
panner.cc
@@ -178,7 +179,7 @@ def build(bld):
resampled_source.cc
return.cc
reverse.cc
- route.cc
+ route.cc
route_group.cc
send.cc
session.cc