summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-01-01 17:13:32 +0000
committerCarl Hetherington <carl@carlh.net>2011-01-01 17:13:32 +0000
commitd6cd4796b8cc26238999f6d16c0adc1f7e525e47 (patch)
treeb8d87fc98fe7678fc3107a6ef9ec2b54981767af /templates
parentcacc66580af3e181d9dc828c92d28be25eadf445 (diff)
Fix build. Disable template installation for a bit because I forgot that waf's subst builder doesn't like spaces in filenames.
git-svn-id: svn://localhost/ardour2/branches/3.0@8402 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'templates')
-rw-r--r--templates/wscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/wscript b/templates/wscript
index 2c2a9efb44..028eb98e4b 100644
--- a/templates/wscript
+++ b/templates/wscript
@@ -6,6 +6,9 @@ import glob
srcdir = '.'
blddir = 'build'
+def configure(conf):
+ pass
+
def build(bld):
subst_dict = {}