From ef33e45ceea38f27fa9e9e31e1091d825a445b0e Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 28 May 2012 14:56:12 +0000 Subject: [PATCH] updated wscript git-svn-id: svn://localhost/ardour2/branches/3.0-SG@12467 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/wscript | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/ardour/wscript b/libs/ardour/wscript index c7555fb921..7ceaac9831 100644 --- a/libs/ardour/wscript +++ b/libs/ardour/wscript @@ -194,6 +194,8 @@ libardour_sources = [ 'session_time.cc', 'session_transport.cc', 'session_utils.cc', + 'sg_plugin.cc', + 'sg_rack.cc', 'slave.cc', 'smf_source.cc', 'sndfile_helpers.cc',