summaryrefslogtreecommitdiff
path: root/gtk2_ardour/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/wscript')
-rw-r--r--gtk2_ardour/wscript1
1 files changed, 1 insertions, 0 deletions
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