next maybe fix thing for wine/windows vst support build
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 2 Mar 2012 22:41:29 +0000 (22:41 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 2 Mar 2012 22:41:29 +0000 (22:41 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@11584 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/wscript

index bdb5ddaa80456233c9497fd806eac0b8d1180215..32b68e1065c83d197bcd3f2756327e661685cefa 100644 (file)
@@ -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