summaryrefslogtreecommitdiff
path: root/libs/ardour/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-11-26 23:30:48 +0000
committerCarl Hetherington <carl@carlh.net>2010-11-26 23:30:48 +0000
commita8fbb47e0ae9a27a78a00e68117139e1cc5993f0 (patch)
tree24960bb36ef2965c08c0e4954adaa5f7609fb4fa /libs/ardour/wscript
parent1f8d176c1380951246e83d14d408c7515ca8b7ca (diff)
Handle unknown plugins on loading sessions by hiding them from the user and telling them so.
git-svn-id: svn://localhost/ardour2/branches/3.0@8097 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 3ece2d0784..17b85d15ce 100644
--- a/libs/ardour/wscript
+++ b/libs/ardour/wscript
@@ -200,6 +200,7 @@ libardour_sources = [
'ticker.cc',
'track.cc',
'transient_detector.cc',
+ 'unknown_processor.cc',
'user_bundle.cc',
'utils.cc',
'vbap.cc',