From 70cd8b264cdcdbbdc5ea80197ddc130a211fc606 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 1 Mar 2012 23:17:46 +0000 Subject: [PATCH] add back "." as an include dir for windows vst/wine build git-svn-id: svn://localhost/ardour2/branches/3.0@11580 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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