From: Paul Davis Date: Fri, 2 Mar 2012 22:41:29 +0000 (+0000) Subject: next maybe fix thing for wine/windows vst support build X-Git-Tag: 3.0~2020 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=93cc47cae2550b4d7c15e5f3651005119ef8cf7b;p=ardour.git next maybe fix thing for wine/windows vst support build git-svn-id: svn://localhost/ardour2/branches/3.0@11584 d708f5d6-7413-0410-9779-e7cbd77b26cf --- diff --git a/gtk2_ardour/wscript b/gtk2_ardour/wscript index bdb5ddaa80..32b68e1065 100644 --- a/gtk2_ardour/wscript +++ b/gtk2_ardour/wscript @@ -377,6 +377,7 @@ def build(bld): obj = bld (features = 'cxx c cxxshlib') obj.source = gtk2_ardour_sources obj.includes = [ '../libs/fst', '.' ] + obj.name = 'libgtk2_ardour' obj.target = 'gtk2_ardour' else: # just the normal executable version of the GTK GUI