summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-03-01 23:17:46 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-03-01 23:17:46 +0000
commit70cd8b264cdcdbbdc5ea80197ddc130a211fc606 (patch)
tree5e9801e345c4612b3a980fdf9d183745a60b2838 /gtk2_ardour
parent3d8aacf4e328f4207a31761c963844b6f7ccbd25 (diff)
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
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/wscript2
1 files changed, 1 insertions, 1 deletions
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