From 9ea6f598bd7fda207672cd50b5bb7c09a694cbbb Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 2 Apr 2020 14:26:22 -0600 Subject: [PATCH] add new file to wscript --- libs/ardour/wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/ardour/wscript b/libs/ardour/wscript index 1665816792..49cea6abbd 100644 --- a/libs/ardour/wscript +++ b/libs/ardour/wscript @@ -173,6 +173,7 @@ libardour_sources = [ 'plugin_manager.cc', 'polarity_processor.cc', 'port.cc', + 'port_engine_shared.cc', 'port_insert.cc', 'port_manager.cc', 'port_set.cc',