diff --git a/gtk2_ardour/wscript b/gtk2_ardour/wscript index 4e520ff5c4..57637e7a2a 100644 --- a/gtk2_ardour/wscript +++ b/gtk2_ardour/wscript @@ -368,7 +368,7 @@ def build(bld): # If we require VST support we build a stub main() and the FST library # here using winegcc, and link it to the GTK front-end library obj = bld (features = 'cxx c cxxprogram wine') - obj.source = ( '../vst/winmain.c') + obj.source = ( '../libs/fst/vstwin.c', '../vst/winmain.c' ) # # XXX do we really need to explicitly link to all of these for the wine executable? # @@ -381,7 +381,6 @@ def build(bld): 'libgtk2_ardour', 'libgtkmm2ext', 'libcanvas', - 'vstwin' ] obj.target = 'ardour-' + str (bld.env['VERSION']) + '-vst.exe.so' obj.includes = [ '../libs/fst', '.' ]