diff --git a/gtk2_ardour/wscript b/gtk2_ardour/wscript index 1277e4df31..b1a4ba05cd 100644 --- a/gtk2_ardour/wscript +++ b/gtk2_ardour/wscript @@ -374,7 +374,7 @@ def build(bld): # now the shared library containing the GTK GUI for ardour obj = bld (features = 'cxx c cxxshlib') obj.source = gtk2_ardour_sources - obj.includes = [ '../libs/fst' ] + obj.includes = [ '../libs/fst', '.' ] obj.target = 'gtk2_ardour' else: # just the normal executable version of the GTK GUI